fixed build with latest dependencies

This commit is contained in:
William Welling
2017-09-26 10:37:54 -05:00
parent fe897f30df
commit 88120dd85b
16 changed files with 91 additions and 210 deletions

View File

@@ -11,6 +11,6 @@ module.exports = {
},
target: 'node',
externals: [nodeExternals({
whitelist: [/@ng/]
whitelist: [/@angular/, /@ng/]
})],
};