Commit 7dcc578c by Sendya
parent 62f8f10a
...@@ -6,12 +6,20 @@ function resolve (dir) { ...@@ -6,12 +6,20 @@ function resolve (dir) {
// vue.config.js // vue.config.js
module.exports = { module.exports = {
/*
Vue-cli3:
Crashed when using Webpack `import()` #2463
https://github.com/vuejs/vue-cli/issues/2463
*/
/*
pages: { pages: {
index: { index: {
entry: 'src/main.js', entry: 'src/main.js',
chunks: ['chunk-vendors', 'chunk-common', 'index'] chunks: ['chunk-vendors', 'chunk-common', 'index']
} }
}, },
*/
configureWebpack: { configureWebpack: {
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment