shikorism / tissue

夜のライフログサービス
https://shikorism.net
MIT License
63 stars 9 forks source link

laravel-mixからViteに乗り換え #1243

Closed shibafu528 closed 1 month ago

shibafu528 commented 1 month ago

結局よくわからなかったlaravel-mixを捨て、現代のLaravelで推されていてBladeテンプレートから呼びやすいようレールが敷かれている (!!) Viteに乗り換えるPRです。

TODO

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.57%. Comparing base (2570c5f) to head (aa3c57f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1243 +/- ## ========================================== Coverage 41.57% 41.57% Complexity 1005 1005 ========================================== Files 127 127 Lines 3685 3685 ========================================== Hits 1532 1532 Misses 2153 2153 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

shibafu528 commented 1 month ago

ブラウザサポートどうなってるか確認

https://ja.vitejs.dev/config/build-options.html#build-target を見る限り、デフォルトのターゲットは ['es2020', 'edge88', 'firefox78', 'chrome87', 'safari14'] っぽい。
2024-08-11時点の本番サーバの直近のアクセスUAでこれ未満のやつはほぼ居ないので、特に変更せずとも支障はないかも。

shibafu528 commented 1 month ago

polyfillが足りているかだけ心配ではある。

アプリのコードではpolyfillが必要なほどモダンな機能を使用していないが、ライブラリが使用する可能性はある。

shibafu528 commented 1 month ago

多分動くからマージしようぜ