Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 275 Bytes

File metadata and controls

8 lines (6 loc) · 275 Bytes
id global-__DEV__
title ✨ __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.