Skip to content

Commit

Permalink
configure build to suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchirsachdeva committed Sep 29, 2016
1 parent 0ba5c42 commit fb81c2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ module.exports = {
]
},
plugins: [
new ForkCheckerPlugin()
new ForkCheckerPlugin(),
new webpack.ContextReplacementPlugin(
/angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/,
__dirname
)
],

node: {
Expand Down

0 comments on commit fb81c2a

Please sign in to comment.