wip: suspense feature flag

This commit is contained in:
Evan You
2019-09-09 16:28:32 -04:00
parent 7e70acf9c2
commit d5e9682040
5 changed files with 37 additions and 16 deletions

View File

@@ -4,7 +4,8 @@ module.exports = {
__DEV__: true,
__JSDOM__: true,
__FEATURE_OPTIONS__: true,
__FEATURE_PRODUCTION_TIP__: false
__FEATURE_PRODUCTION_TIP__: false,
__FEATURE_SUSPENSE__: true
},
coverageDirectory: 'coverage',
coverageReporters: ['html', 'lcov', 'text'],