-
Notifications
You must be signed in to change notification settings - Fork 12k
uri.match is not a function after webpack update #1910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I had the same issue. I'll see if I can find the original source for this and link it in, but you can edit the file
to
until the fix comes through. |
Fixed by removing moduleID from all components. |
Original source #1665 (comment) The problem with removing moduleID is that you can only really do it for your components, not for externals, and you may have to add your own back in when the fix is through. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Ubuntu 16.04
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:do on your code? etc.
Updated from beta 10 to angular-cli webpack 3
ng serve
more information.
Browser console error:
Uncaught TypeError: uri.match is not a function
The text was updated successfully, but these errors were encountered: