We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ts-loader
ident
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
15.0.0-beta.1
https://github.com/JounQin/blog/tree/feat/vue-loader
add a file .env.local with NODE_ENV=development and simply run yarn dev
.env.local
NODE_ENV=development
yarn dev
build successfully
ERROR in ./src/entry-client.ts Module build failed: Error: ts-loader was supplied with an unexpected loader option: ident
The text was updated successfully, but these errors were encountered:
fix: only reuse ident for whitelisted loaders
230abd4
fix #1214
No branches or pull requests
Version
15.0.0-beta.1
Reproduction link
https://github.com/JounQin/blog/tree/feat/vue-loader
Steps to reproduce
add a file
.env.local
withNODE_ENV=development
and simply runyarn dev
What is expected?
build successfully
What is actually happening?
The text was updated successfully, but these errors were encountered: