You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments