docs(aio): remove warning when testing in the webpack guide
This commit is contained in:
parent
f795f649cf
commit
f148ebe99e
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue