Skip to content
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

(fix) add esm flag to support node 12 < version < 12.17 #939

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

dummdidumm
Copy link
Member

@dummdidumm dummdidumm commented Apr 7, 2021

Node versions prior to v12.17 need the --experimental-modules flag or the dynamic import introduced in #930 won't work. This node version is used in VS Code versions prior to 1.55 and could be used by users setting the node executable to a node version below 12.17.

Remove this in mid 2022 and bump vs code minimum required version to 1.55

Node versions prior to v12.17 need the `--experimental-modules` flag or the dynamic import won't work. This node version is used in VS Code versions prior to 1.55 and could be used by users setting the node executable to a node version below 12.17.

Remove this in mid 2022 and bump vs code minimum required version to 1.55
@dummdidumm dummdidumm merged commit 0f96738 into sveltejs:master Apr 7, 2021
@dummdidumm dummdidumm deleted the esm-flag branch April 7, 2021 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant