refactor: ensure ssr branches are included in esm-bundler build
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = {
|
||||
__ESM_BUNDLER__: true,
|
||||
__ESM_BROWSER__: false,
|
||||
__NODE_JS__: true,
|
||||
__SSR__: true,
|
||||
__FEATURE_OPTIONS_API__: true,
|
||||
__FEATURE_SUSPENSE__: true,
|
||||
__FEATURE_PROD_DEVTOOLS__: false,
|
||||
|
||||
Reference in New Issue
Block a user