-
-
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
pref: Optimize client imports #9506
Conversation
うーん、osの関数を全部constで定義すればエラー吐かなくなるか? (もう寝るけど) |
Codecov Report
@@ Coverage Diff @@
## develop #9506 +/- ##
========================================
Coverage 22.62% 22.62%
========================================
Files 731 731
Lines 68477 68477
Branches 2028 2028
========================================
Hits 15493 15493
Misses 52984 52984 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@/scripts/api の読み込みを一番上にしたら直ったわ |
p1.a9z.devに適用中 |
関数定義constにしないとダメ? |
@tamaina |
api先頭にしたのでfunctionに戻していいいかも |
2日手をつけてなくて辛い |
This reverts commit 34f2feb.
done |
👍 |
What
import 'vite/modulepreload-polyfill';
を追加した結果popupにComponentを渡せるようになったため、メニューなどのコンポーネントをdynamic importではなく通常のimportにするようにWhy
メニューやポップアップの表示の遅延を減らしたい
Additional info (optional)
p1.a9z.devに適用しようとしたらosのapi関数の定義のところでコケた多分直った直ってなかった