This commit is contained in:
Eugene Pankov
2017-06-20 23:28:58 +02:00
parent d9fd78fb42
commit 5e2dae153e
17 changed files with 217 additions and 115 deletions

View File

@@ -1,4 +1,5 @@
const path = require('path')
const webpack = require('webpack')
module.exports = {
target: 'node',
@@ -44,5 +45,8 @@ module.exports = {
/^@angular/,
/^@ng-bootstrap/,
/^terminus-/,
]
],
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
],
}