build: further shave off runtime compile only code

This commit is contained in:
Evan You
2019-10-14 01:08:00 -04:00
parent 57a94b530d
commit 82b5978e9c
7 changed files with 36 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ module.exports = {
__DEV__: true,
__BROWSER__: false,
__JSDOM__: true,
__RUNTIME_COMPILE__: true,
__FEATURE_OPTIONS__: true,
__FEATURE_SUSPENSE__: true
},