mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
silence webpack output
This commit is contained in:
parent
ce930e28e8
commit
ce2e7b7d5a
@ -7,6 +7,7 @@ const isProduction = process.env.NODE_ENV === "production";
|
||||
|
||||
module.exports = {
|
||||
mode: isProduction ? "production" : "development",
|
||||
stats: "errors-only",
|
||||
entry: "./src/sw.ts",
|
||||
output: {
|
||||
path: path.resolve(__dirname, "../../built/_sw_dist_"),
|
||||
|
Loading…
Reference in New Issue
Block a user