We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d45bc commit 3d2bca1Copy full SHA for 3d2bca1
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