Mobile settings layout

This commit is contained in:
2023-08-28 16:31:46 +01:00
parent f0f009f4fd
commit efdc57b8c4
7 changed files with 32 additions and 13 deletions

View File

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