Skip to content

Commit

Permalink
fix: remove positioning sourcemap from umd build
Browse files Browse the repository at this point in the history
Closes #66
  • Loading branch information
Matt Lewis committed Oct 5, 2016
1 parent 6b1700b commit d7ea482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"sass-loader": "~4.0.1",
"sinon": "~1.17.4",
"sinon-chai": "~2.8.0",
"source-map-loader": "~0.1.5",
"sourcemap-istanbul-instrumenter-loader": "~0.2.0",
"standard-version": "~2.4.0",
"style-loader": "~0.13.0",
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ module.exports = {
test: /\.ts$/,
loader: 'tslint-loader?emitErrors=true&failOnHint=true',
exclude: /node_modules/
}, {
enforce: 'pre',
test: /ng\-bootstrap\/util\/positioning/,
loader: 'source-map-loader'
}, {
test: /\.ts$/,
loader: 'awesome-typescript-loader',
Expand Down

0 comments on commit d7ea482

Please sign in to comment.