|
@@ -12,7 +12,8 @@ module.exports = {
|
|
|
},
|
|
|
output: {
|
|
|
path: path.resolve(__dirname, '../resourcesWeb'),
|
|
|
- filename: '[name].[hash].js'
|
|
|
+ filename: '[name].[hash].js',
|
|
|
+ publicPath: '/'
|
|
|
},
|
|
|
module: {
|
|
|
rules: [
|
|
@@ -50,7 +51,7 @@ module.exports = {
|
|
|
inject: true, // will inject the DLL bundle to index.html
|
|
|
debug: true,
|
|
|
filename: '[name]_[hash].js',
|
|
|
- path: './resourcesWeb/dll',
|
|
|
+ path: './dll',
|
|
|
entry: {
|
|
|
vendor: ['vue', 'vue-router', 'vuex', 'element-ui']
|
|
|
}
|