mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
silence webpack output
This commit is contained in:
parent
ce930e28e8
commit
ce2e7b7d5a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue