add more translations, rebuild without cache

This commit is contained in:
HF 2021-02-01 21:25:14 +01:00
parent c45a7bab7f
commit 80cde636f8
2 changed files with 265 additions and 206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -122,7 +122,9 @@ export function buildWebpackClientConfig(
path.resolve(__dirname, 'src'),
],
options: {
cacheDirectory: !extract,
// should be !extract and adhere to .po timestamps
// in cacheIdentifier
cacheDirectory: false,
babelrc: false,
presets: [
['@babel/preset-env', {