1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor build process fixes

This commit is contained in:
tobspr
2020-05-19 11:11:08 +02:00
parent a7fff0dcd2
commit 3ad359ef0b
3 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ const { Howl, Howler } = require("howler");
const logger = createLogger("sound/browser");
// @ts-ignore
const sprites = require("../../built-temp/sfx.json");
class SoundSpritesContainer {

View File

@@ -1,5 +1,6 @@
import { globalConfig } from "./core/config";
// @ts-ignore
const baseTranslations = require("./built-temp/base-en.json");
export const T = baseTranslations;