You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently failing. Have verified that in the reproduction, if the vite version is set to "3.1.8" instead of "^3.1.8" it will not throw the error.
Update: have checked that this is also present on 3.2.0-beta.0 (using the same reproduction)
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
randName
changed the title
externalize-deps behavior changed from 3.1.8 - unable to import tailwindcss/plugin
[3.2.0] externalize-deps behavior changed from 3.1.8 - unable to import tailwindcss/plugin
Oct 26, 2022
Describe the bug
In v3.1.8 this worked.
It is currently failing. Have verified that in the reproduction, if the
vite
version is set to "3.1.8" instead of "^3.1.8" it will not throw the error.Update: have checked that this is also present on 3.2.0-beta.0 (using the same reproduction)
Reproduction
https://stackblitz.com/edit/vitejs-vite-dyzuez
Steps to reproduce
both
dev
andbuild
failsSystem Info
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 16.14.2 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 7.17.0 - /usr/local/bin/npm npmPackages: vite: ^3.1.8 => 3.2.0
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: