diff --git a/.babelrc b/.babelrc index a5154ce5..824fc5a1 100644 --- a/.babelrc +++ b/.babelrc @@ -8,8 +8,5 @@ "modules": false } ] - ], - "plugins": [ - "lodash" ] } \ No newline at end of file diff --git a/hwe/test-ts/formatScore.test.ts b/hwe/test-ts/formatScore.test.ts index 714e65de..771b1602 100644 --- a/hwe/test-ts/formatScore.test.ts +++ b/hwe/test-ts/formatScore.test.ts @@ -1,5 +1,5 @@ import chai, { assert } from "chai"; -import _ from "lodash"; +import _ from "lodash-es"; import { formatConnectScore } from "../ts/utilGame/formatConnectScore"; import { formatDexLevel } from "../ts/utilGame/formatDexLevel"; import { formatDefenceTrain } from "../ts/utilGame/formatDefenceTrain"; diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index e4db998a..f69d652b 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -178,7 +178,7 @@ declare const formatCityInfo: (city: MapCityParsedRaw) => MapCityParsed;