-
-
Notifications
You must be signed in to change notification settings - Fork 1
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: Dynamic require of "stylelint" is not supported #16
Comments
I'm not sure if it's a problem with upgrading vite to 3.0.0 |
I have updated 5 projects to vite 3 but haven't seen such error. I need some time to research. |
Removing |
This package is bundled by tsup (esbuild underhood) and targets at node12. Please track evanw/esbuild#2067, evanw/esbuild#1921 and evanw/esbuild#2111. Maybe change to unbuild in the future if necessary, since official plugins have changed to unbuild already. |
I understand, thank you for your support |
Please change to unbuild!!! |
I don't have much time to change to unbuild recently. PR welcome. |
pnpm create vite my-vue-app --template vue-ts
pnpm install stylelint@^14 -D
pnpm install vite-plugin-stylelint -D
plugins: [vue(), StylelintPlugin()]
pnpm run dev
details:
The text was updated successfully, but these errors were encountered: