Browse Source

bug: https://github.com/vuejs/vue-cli/issues/2463

Sendya 6 years ago
parent
commit
7dcc578cdd
1 changed files with 8 additions and 0 deletions
  1. 8 0
      vue.config.js

+ 8 - 0
vue.config.js

@@ -6,12 +6,20 @@ function resolve (dir) {
 
 // vue.config.js
 module.exports = {
+  /*
+    Vue-cli3:
+    Crashed when using Webpack `import()` #2463
+    https://github.com/vuejs/vue-cli/issues/2463
+
+   */
+  /*
   pages: {
     index: {
       entry: 'src/main.js',
       chunks: ['chunk-vendors', 'chunk-common', 'index']
     }
   },
+  */
   configureWebpack: {
 
   },