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 be2c4f2 commit 2df2505Copy full SHA for 2df2505
index.js
@@ -16,7 +16,7 @@ const {
16
} = require('@vue/cli-shared-utils')
17
const formatStats = require('@vue/cli-service/lib/commands/build/formatStats')
18
const { chainWebpack, getExternals } = require('./lib/webpackConfig')
19
-const webpackMerge = require('webpack-merge')
+const { merge: webpackMerge } = require('webpack-merge')
20
21
module.exports = (api, options) => {
22
// If plugin options are provided in vue.config.js, those will be used. Otherwise it is empty object
0 commit comments