mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(merge): fix merge issues
This commit is contained in:
parent
61bf47e16e
commit
3244131e14
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ module.exports = {
|
||||||
loader: 'source-map-loader',
|
loader: 'source-map-loader',
|
||||||
exclude: [
|
exclude: [
|
||||||
// these packages have problems with their sourcemaps
|
// these packages have problems with their sourcemaps
|
||||||
helpers.root('node_modules/rxjs')
|
helpers.root('node_modules/rxjs'),
|
||||||
|
helpers.root('node_modules/ng2-bootstrap'),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue