Error during build: CSS Loader Invalid Options
Opened this issue · 0 comments
pimlie commented
This error can occur when you have installed both vuepress as nuxt in your repo. Vuepress still uses css-loader v2, but Nuxt uses css-loader v3. These versions have incompatible options (eg exportOnlyLocals
vs onlyLocals
) which results in this error.
Resolution is to uninstall vuepress