Removed some ddebug output and using unix nl for the web_package.sh script

canary
WolverinDEV 2020-04-03 21:24:20 +02:00
parent 586e9c72b1
commit 6d7456093d
1 changed files with 0 additions and 1 deletions

View File

@ -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";