Removed some ddebug output and using unix nl for the web_package.sh script
This commit is contained in:
parent
586e9c72b1
commit
6d7456093d
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ export const config = (target: "web" | "client") => { return {
|
||||||
] as any[],
|
] as any[],
|
||||||
output: {
|
output: {
|
||||||
filename: (chunkData) => {
|
filename: (chunkData) => {
|
||||||
console.log(chunkData.chunk.name);
|
|
||||||
if(chunkData.chunk.name === "loader")
|
if(chunkData.chunk.name === "loader")
|
||||||
return "loader.js";
|
return "loader.js";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue