feat: production tip

This commit is contained in:
Evan You
2019-09-03 20:51:42 -04:00
parent cbc8dddd15
commit c833db9c97
3 changed files with 23 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
// Global compile-time constants
declare var __DEV__: boolean
declare var __COMPAT__: boolean
declare var __JSDOM__: boolean
// Feature flags
declare var __FEATURE_OPTIONS__: boolean
declare var __FEATURE_PRODUCTION_TIP__: boolean