We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7d45bc + 3d2bca1 commit 0c1fe7aCopy full SHA for 0c1fe7a
test-config/webpack.test.js
@@ -32,7 +32,7 @@ module.exports = {
32
plugins: [
33
new webpack.ContextReplacementPlugin(
34
// The (\\|\/) piece accounts for path separators in *nix and Windows
35
- /angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/,
+ /(ionic-angular)|(angular(\\|\/)core(\\|\/)@angular)/,
36
root('./src'), // location of your src
37
{} // a map of your routes
38
)
0 commit comments