Skip to content

Commit

Permalink
Merge pull request #3857 from Mr-ZhaoRui/hotfix/build-plugin-react-app
Browse files Browse the repository at this point in the history
fix: typo defaultValue
  • Loading branch information
SoloJiang authored Nov 24, 2020
2 parents 5421f03 + 2c9a0f7 commit 3088b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-react-app/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function(userConfig) {
},
{
name: 'ignoreHtmlTemplate',
defauleValue: false,
defaultValue: false,
configWebpack: require('./userConfig/ignoreHtmlTemplate'),
validation: 'boolean',
},
Expand Down

0 comments on commit 3088b46

Please sign in to comment.