Skip to content

Commit beb2d15

Browse files
committed
doc: __DEVELOPMENT__ flag
1 parent 11e2e80 commit beb2d15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

client/src/Try/Config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
const tag = "master";
2+
3+
// NOTE: __DEVELOPMENT__ will be replaced with either `true` or `false` by
4+
// esbuild commands in package.json
25
const config = __DEVELOPMENT__
36
? {
47
loaderUrl: "/js/output",

0 commit comments

Comments
 (0)