Skip to content

Commit 6998852

Browse files
authored
Packaging: define IS_PRODUCTION global variable (#55)
Use webpack's `DefinePlugin` to define `IS_PRODUCTION` global variable. This variable is used to skip some features we are still working on and are not ready for production yet. We want them enabled in development (`npm run dev`) but skipped in production (`npm run build`). Closes #54
1 parent f3dd06a commit 6998852

File tree

4 files changed

+25
-23
lines changed

4 files changed

+25
-23
lines changed

0 commit comments

Comments
 (0)