feat(build): support dynamic import
add the babel plugin for dynamic import syntax and fixup the path references in webpack and template so the chunks can be loaded dynamically
Showing
... | ... | @@ -69,6 +69,7 @@ |
"babel-core": "6.23.1", | ||
"babel-eslint": "10.0.3", | ||
"babel-loader": "7.1.0", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-plugin-transform-require-context": "0.1.1", | ||
"babel-preset-es2015": "6.22.0", | ||
... | ... |
Please register or sign in to comment