sass-loaderを8.0.0に上げるとクラッシュするし、Vuetifyは7.1.0でないと動かないと書いてある場所
#sass-loader #Sass #Vuetify
bulletmark commented 21 days ago
I'm just a simple regular user of vue-cli. I updated my project today to 4.0.1 but I get a yellow warning on npm run serve saying "A new version of sass-loader is available. Please upgrade for best experience." So I upgrade sass-loader@7.3.1->8.0.0 but then I get crashes same as @pdoria above.
I added that css stanza to my vue-config.js but it does not fix the problem.
This bug should be re-opened and the title changed to Vue-cli 4.
引用: https://github.com/vuejs/vue-cli/issues/4526#issuecomment-542926073
pdoria commented 21 days ago •
don't upgrade! It (vuetify) only works with sass-loader 7.1.0! (just tested it and works with 7.1 ;) )
引用: https://github.com/vuejs/vue-cli/issues/4526#issuecomment-542927143
bulletmark commented 21 days ago
@pdoria, well as I said it works (my sass-loader is v7.3.1) but that not's the point. The vue-cli release notes, and that prominent yellow warning, say to update sass-loader to v8.
引用: https://github.com/vuejs/vue-cli/issues/4526#issuecomment-542930608
Piping UIの依存関係のsass-loaderを8.0.0に上げても問題なかった。
ビルド時のエラーもない。
ブラウザで見たときに表示の乱れなどは確認できない。
コンソールにエラーも出力されてない。
だた完全に大丈夫という保証を見つけてないから、Piping UIのsass-loaderはまだ上げてない。
Piping UIは今の所css.loaderOptions.scssなどを設定してないから8系の破壊的変更の影響を受けない可能性もある。
下手に上げて今後ハマると大変なので確証がどこかで得られるまでは上げないと思う。