Browse Source

Enable code split defaultly, close #1117

pull/1392/head
afc163 9 years ago
parent
commit
3007437298
  1. 1
      .webpackrc.js

1
.webpackrc.js

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

Loading…
Cancel
Save