build: avoid runtime wildcard import in global build

This commit is contained in:
Evan You
2020-02-13 18:50:36 -05:00
parent 5455e8e69a
commit 32d6a46474
4 changed files with 12 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
__BROWSER__: false,
__BUNDLER__: true,
__RUNTIME_COMPILE__: true,
__GLOBAL__: false,
__NODE_JS__: true,
__FEATURE_OPTIONS__: true,
__FEATURE_SUSPENSE__: true