silence webpack output
This commit is contained in:
parent
9046b76536
commit
2e6baa8ccf
|
@ -7,6 +7,7 @@ const isProduction = process.env.NODE_ENV === "production";
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: isProduction ? "production" : "development",
|
mode: isProduction ? "production" : "development",
|
||||||
|
stats: "errors-only",
|
||||||
entry: "./src/sw.ts",
|
entry: "./src/sw.ts",
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, "../../built/_sw_dist_"),
|
path: path.resolve(__dirname, "../../built/_sw_dist_"),
|
||||||
|
|
Loading…
Reference in New Issue