fixed core and shared module usage, lazy loading modules

This commit is contained in:
William Welling
2017-09-26 11:44:07 -05:00
parent 88120dd85b
commit 3d02e660da
71 changed files with 89 additions and 95 deletions

View File

@@ -8,10 +8,6 @@ const {
getAotPlugin
} = require('./webpack/webpack.aot');
const {
root
} = require('./webpack/helpers');
module.exports = function(options, webpackOptions) {
options = options || {};