Browse Source

Enable code split defaultly close #1117

jim 7 years ago
parent
commit
62c8eaf02f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .webpackrc.js

+ 0 - 1
.webpackrc.js

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