We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d46ca7 commit 5589f46Copy full SHA for 5589f46
index.js
@@ -43,7 +43,7 @@ module.exports = (api, options) => {
43
],
44
extends: null
45
}
46
- const userBuildConfig = pluginOptions.userBuildConfig || {}
+ const userBuildConfig = pluginOptions.builderOptions || {}
47
const mainConfig = new Config()
48
mainConfig
49
.mode('production')
0 commit comments