-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Error: support for the experimental syntax 'dynamic import' isn't currently enabled #16248
Comments
@clydin does this look familiar to you? It seems to be related to babel post processing. |
By the way if this is a bug and if there's temporary workaround (like downgrade one specific package in the meantime), I'm highly interested. |
I think downgrading to CLI rc.2 should be enough. |
…h serve localization Fixes angular#16248
…h serve localization Fixes angular#16248
I am seeing this as well. What I did to solve this temporarily is open
Hoping the fixes above get pushed to npm soon! |
thanks @neil-119 |
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. |
🐞 Bug report
Is this a regression?
Yes it was working with angular and cli 9.0.0-rc.2
Description
Updating my project from 9.0.0-rc.2 to 9.0.0-rc.3 makes
ng serve
to fail🔬 Minimal Reproduction
I tried to repro in a fresh project without success.
ng update
for all package core/cli/material/cdkngcc postinstall
postinstall
inpackage.json
node_modules
foldernpm install
ng update --migrate-only --from=8
for core/cli/material/cdkng s
fail to start!PS: I tried one more time steps 4, 5, 7 => same error
🔥 Exception or Error
🌍 Your Environment
✍️ Anything else relevant
cc @filipesilva
The text was updated successfully, but these errors were encountered: