clientにbabel-polyfillまるごとは無駄
Closed this issue · 2 comments
shokai commented
async-await構文のためだけにimportしていたけど、たぶんbabel-regenerator-runtimeだけでいいと思う
shokai commented
864kbから696kbになった。regenerator-runtime自体は8kbだった
shokai commented
import _ from "lodash"
をimport uniq from "lodash.uniq"
にしたら588kbになった