Appease the linter

johannes/nuke-worker-loader
Johannes Marbach 2023-11-08 10:06:13 +01:00
parent 0a36934d55
commit f0c5ed8a30
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import * as chokidar from "chokidar";
import * as fs from "node:fs";
import _ from "lodash";
import { Cpx } from "cpx";
import { util } from 'webpack';
import { util } from "webpack";
import { Translations } from "matrix-web-i18n";
const REACT_I18N_BASE_PATH = "node_modules/matrix-react-sdk/src/i18n/strings/";