chore(build): angular 2 webpack starter kit changes have been applied

This commit is contained in:
tibing 2016-10-14 20:10:08 +03:00
parent 3f2670f5c2
commit 260710b1ad
5 changed files with 15 additions and 18 deletions

View file

@ -77,11 +77,8 @@ module.exports = function (options) {
*/
extensions: ['', '.ts', '.js', '.css', '.scss', '.json'],
// Make sure root is src
root: helpers.root('src'),
// remove other default values
modulesDirectories: ['node_modules'],
// An array of directory names to be resolved to the current directory
modules: [helpers.root('src'), 'node_modules'],
},