Removed some ddebug output and using unix nl for the web_package.sh script
parent
586e9c72b1
commit
6d7456093d
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue