Replace bower packages by NPM packages.

In the issue akveo/ng2-admin#162, search should be made to be sure of non regression.
This commit is contained in:
Geoffrey Roguelon 2016-08-18 12:45:44 -05:00
parent 174fef85cc
commit a30c41a11d
8 changed files with 4 additions and 41 deletions

View file

@ -211,10 +211,6 @@ module.exports = {
allChunks: true
}),
new webpack.ResolverPlugin(
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin('bower.json', ['main'])
),
/*
* Plugin: ForkCheckerPlugin
* Description: Do type checking in a separate process, so webpack don't need to wait.