Browse Source

Enable code split defaultly, close #1117

afc163 7 năm trước cách đây
mục cha
commit
3007437298
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,
 };