Skip to content

Commit 2df2505

Browse files
committed
fix(index): update webpack-merge import
1 parent be2c4f2 commit 2df2505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const {
1616
} = require('@vue/cli-shared-utils')
1717
const formatStats = require('@vue/cli-service/lib/commands/build/formatStats')
1818
const { chainWebpack, getExternals } = require('./lib/webpackConfig')
19-
const webpackMerge = require('webpack-merge')
19+
const { merge: webpackMerge } = require('webpack-merge')
2020

2121
module.exports = (api, options) => {
2222
// If plugin options are provided in vue.config.js, those will be used. Otherwise it is empty object

0 commit comments

Comments
 (0)