Skip to content

Commit a7564d6

Browse files
committed
fix: should repsect configureWebpack hooks when resolving app config
1 parent 0ab4761 commit a7564d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/build/resolveAppConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = (api, args, options) => {
2626
}
2727
}
2828

29-
const rawConfig = config.toConfig()
29+
const rawConfig = api.resolveWebpackConfig(config)
3030

3131
// respect inline entry
3232
if (args.entry && !options.pages) {

0 commit comments

Comments
 (0)