Skip to content

Commit

Permalink
Adjusted configs due to upgraded dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiandev committed Dec 21, 2017
1 parent 3ab6551 commit e8a52de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions config.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = [{
library: {
root: 'css-animator',
amd: 'css-animator',
commonjs: 'css-animator',
commonjs2: 'css-animator'
commonjs: 'css-animator'
},
libraryTarget: 'umd',
path: path.join(__dirname, './dist/bundles'),
Expand Down Expand Up @@ -41,8 +40,7 @@ module.exports = [{
library: {
root: 'css-animator/builder',
amd: 'css-animator/builder',
commonjs: 'css-animator/builder',
commonjs2: 'css-animator/builder'
commonjs: 'css-animator/builder'
},
libraryTarget: 'umd',
path: path.join(__dirname, './dist/bundles'),
Expand Down
4 changes: 3 additions & 1 deletion config.docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ module.exports = {
]
},
plugins: [
// See https://github.com/angular/angular/issues/11580
// See https://github.com/angular/angular/issues/14898
new webpack.ContextReplacementPlugin(
/angular(\\|\/)core(\\|\/)@angular/,
/angular(\\|\/)core(\\|\/)(@angular|esm5)/,
path.resolve(__dirname, '../src')
)
]
Expand Down

0 comments on commit e8a52de

Please sign in to comment.