Mobile settings layout
This commit is contained in:
@ -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: [
|
||||
|
Reference in New Issue
Block a user