Browse Source

Enable Dynamic Import defautly

pull/1677/head
偏右 8 years ago
committed by GitHub
parent
commit
16cf4ce20c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .webpackrc.js

1
.webpackrc.js

@ -27,7 +27,6 @@ export default {
template: './src/index.ejs',
},
publicPath: '/',
disableDynamicImport: true,
hash: true,
lessLoaderOptions: {
javascriptEnabled: true,

Loading…
Cancel
Save