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
Webpack-Vuetify projects are currently (3.3.1) not compiling and throwing an error Module not found: Error: Default condition should be last one Did you mean './vuetify'?"
This can be easily fixed by reordering the default condition (see link below) to be the last one.
lephro
changed the title
(3.3.1) Webpack error: Module not found: Error: Default condition should be last one
[Bug Report][3.3.1] Webpack error: Module not found: Error: Default condition should be last one
May 23, 2023
lephro
added a commit
to lephro/vuetify
that referenced
this issue
May 23, 2023
KaelWD
added
T: bug
Functionality that does not work as intended/expected
framework
Issues and Feature Requests that have needs framework-wide.
labels
May 24, 2023
Webpack-Vuetify projects are currently (3.3.1) not compiling and throwing an error
Module not found: Error: Default condition should be last one Did you mean './vuetify'?"
This can be easily fixed by reordering the default condition (see link below) to be the last one.
vuetify/packages/vuetify/package.json
Line 57 in 1793cbb
The text was updated successfully, but these errors were encountered: