From 6d7456093dd4b4e7e12a4513bb144fc5a78d3a02 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 3 Apr 2020 21:24:20 +0200 Subject: [PATCH] Removed some ddebug output and using unix nl for the web_package.sh script --- webpack.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index 3233f424..4559dbd1 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -124,7 +124,6 @@ export const config = (target: "web" | "client") => { return { ] as any[], output: { filename: (chunkData) => { - console.log(chunkData.chunk.name); if(chunkData.chunk.name === "loader") return "loader.js";