chore: Update translations

This commit is contained in:
2023-08-28 16:40:15 +00:00
parent 0a60b22fb2
commit 8a3133af70
6 changed files with 541 additions and 90 deletions

View File

@ -58,9 +58,11 @@ const config = {
new MiniCssExtractPlugin({
filename: isProduction ? "[name].[chunkhash].css" : "[name].css",
}),
isProduction ? new WorkboxPlugin.InjectManifest({
swSrc: "./src/service-worker.ts"
}) : false,
isProduction
? new WorkboxPlugin.InjectManifest({
swSrc: "./src/service-worker.ts",
})
: false,
],
module: {
rules: [