-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: use Vite to build instead of webpack #8575
Conversation
popup側でdefineAsyncComponentするのはダメかしら |
ダメっぽい |
packages/backend/src/server/web/views/base.pug でprodとdevで処理を分けてるのは何でかしら |
prodで |
あんまりbase.pugにロジックっぽいものを置きたくない感じはする |
init.tsのrootElに改修が入った理由がよくわからなかった |
|
ほむ とりあえずimportが2回実行されることがあるからこうしているというのをコメントで残しておくと良さそう |
あとimportが複数回実行されると、仮に複数回マウントされるのをこのように対処したとしても他の箇所で不具合起きそうと思ったけどそうでもないのかしら |
私が使っている範囲では、mountするdivを1つにしてからは不具合は起きていない |
コメント追加した |
YOSASOU |
chartjs-plugin-gradientどうする |
チャートにグラデーションが使えなくなるデメリットよりもその他諸々のメリットが勝っているからとりあえず無効で良い |
一応コメントに書いた |
🚀 👍🏻👍🏻👍🏻 🚀 |
Resolve #6845
Resolve #8525
Close #6901
Requires #7667 (because changes of Service Worker build sequense is conflicted)
What
クライアントのビルドツールをWebpackからViteにします。
Why
Additional info (optional)
See also tamaina#67
なお、cssCodeSplit: falseにするとプロジェクトすべてのCSSを統合した260KiB余りのcssが生成される。