shokai/semirara

clientにbabel-polyfillまるごとは無駄

Closed this issue · 2 comments

async-await構文のためだけにimportしていたけど、たぶんbabel-regenerator-runtimeだけでいいと思う

864kbから696kbになった。regenerator-runtime自体は8kbだった

import _ from "lodash"import uniq from "lodash.uniq"にしたら588kbになった