You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
I saw this being used in angular2-webpack-starter, and I'm trying to understand what the purpose and use case is for this loader? A little explanation would be nice, thanks.
The text was updated successfully, but these errors were encountered:
IAMtheIAM
changed the title
Question: What is the purpose of this loader
Question: What is the purpose of this plugin
Oct 7, 2016
new ContextReplacementPlugin(
// The (\\|\/) piece accounts for path separators in *nix and Windows
/angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/,
helpers.root('./src'),
resolveNgRoute(helpers.root('./src'))
),
Something wrong with it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I saw this being used in angular2-webpack-starter, and I'm trying to understand what the purpose and use case is for this loader? A little explanation would be nice, thanks.
The text was updated successfully, but these errors were encountered: