docs(aio): remove warning when testing in the webpack guide

This commit is contained in:
Jesus Rodriguez 2017-05-10 13:32:49 +02:00 committed by Pete Bacon Darwin
parent f795f649cf
commit f148ebe99e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = {
plugins: [
new webpack.ContextReplacementPlugin(
// The (\\|\/) piece accounts for path separators in *nix and Windows
/angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/,
/angular(\\|\/)core(\\|\/)@angular/,
helpers.root('./src'), // location of your src
{} // a map of your routes
)