We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module: node16/nodenext
References:
Note that don't use node12 because as said in microsoft/TypeScript#46452
node12
Node 14.8 added top-level await, but Node 12 doesn't have it. I think this omission is enough of a wart that starting at Node 12 is the wrong move.
await
The text was updated successfully, but these errors were encountered:
You are now using bundler which is the right approach here. node16/nodenext proved to be problematic with bundlers.
bundler
node16/nodenext
Sorry, something went wrong.
Yeah, I'm thinking that maybe node16/nodenext does not fit into this package… After all, one always needs a bundler to build .vue files.
.vue
No branches or pull requests
References:
Note that don't use
node12
because as said in microsoft/TypeScript#46452The text was updated successfully, but these errors were encountered: