Browse Source

default open split code

jim 7 years atrás
parent
commit
b187ca59a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .webpackrc.js

+ 1 - 0
.webpackrc.js

@@ -19,6 +19,7 @@ export default {
   html: {
     template: './src/index.ejs',
   },
+  disableDynamicImport: true,
   publicPath: '/',
   hash: true,
 };