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
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
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
We may want to have some addons installed while doing development, but not on production.
Take a look at #52 (comment)
The text was updated successfully, but these errors were encountered: