Browse Source

Enable code split defaultly, close #1117

afc163 7 years ago
parent
commit
3007437298
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .webpackrc.js

+ 0 - 1
.webpackrc.js

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