Skip to content

Commit

Permalink
Update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Sep 13, 2022
1 parent 0278bb7 commit cac7c83
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
module.exports = {
assetsDir: '',
pages: {
index: {
entry: 'examples/main.js',
template: 'examples/index.html',
filename: 'index.html',
chunks: ['chunk-vendors', 'chunk-common', 'index']
assetsDir: '',
pages: {
index: {
entry: 'examples/main.js',
template: 'examples/index.html',
filename: 'index.html',
chunks: ['chunk-vendors', 'chunk-common', 'index']
}
},
configureWebpack: {
resolve: {}
},
devServer: {
disableHostCheck: true
}
},
configureWebpack: {
resolve: {

}
}
};

0 comments on commit cac7c83

Please sign in to comment.