fix(merge): fix merge issues

This commit is contained in:
nixa 2016-07-12 11:02:30 +03:00
parent 660aa8a4b6
commit 563c6d0333
2 changed files with 3 additions and 2 deletions

View file

@ -87,7 +87,8 @@ module.exports = {
loader: 'source-map-loader',
exclude: [
// these packages have problems with their sourcemaps
helpers.root('node_modules/rxjs')
helpers.root('node_modules/rxjs'),
helpers.root('node_modules/ng2-bootstrap'),
]
}