Update webpack.base.config.js

pull/15126/head
Luis A. Arce 5 years ago committed by GitHub
parent 404b5f9bf1
commit b79b031dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ const VueLoaderPlugin = require('vue-loader/lib/plugin');
const isVendor = name => name.indexOf('node_modules') >= 0;
const isJavascript = name => name.endsWith('.js');
const {rootDir, GearResolverPlugin} = require('./gearAwareResolver')
const { rootDir, GearResolverPlugin } = require('./gearAwareResolver');
module.exports = {
entry: entryPoints,
@ -94,7 +94,7 @@ module.exports = {
}),
new VueLoaderPlugin(),
new GearResolverPlugin(),
new GearResolverPlugin()
],
optimization: {
splitChunks: {

Loading…
Cancel
Save