Skip to content

Commit

Permalink
debugging defines
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Aug 16, 2023
1 parent 40814cb commit 84a8412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
console.log("NEUROGLANCER_BUILD_INFO", NEUROGLANCER_BUILD_INFO);
await fs.promises.writeFile(path.resolve(this.outDir, 'wehavebuildinfo.json'), NEUROGLANCER_BUILD_INFO);
} else {
console.log("WE HAVE NO BUILD INFO")
console.log("WE HAVE NO BUILD INFO");
console.log('bundleSource defines', this.bundleSources.defines);
console.log('this.define', this.define);
}
}

Expand Down

0 comments on commit 84a8412

Please sign in to comment.