Skip to main content
Version: 0.83

✨ __DEV__

You can use the __DEV__ pseudo-global variable in the codebase to guard development-only blocks of code.

It is inlined during compilation and gets completely stripped out with the if blocks it guards in the minified build.