File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/runtime-core/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ import {
161
161
} from './devtools'
162
162
163
163
export const devtools = (
164
- __DEV__ || __FEATURE_PROD_DEVTOOLS__ ? _devtools : undefined
164
+ __DEV__ || __ESM_BUNDLER__ ? _devtools : undefined
165
165
) as DevtoolsHook
166
166
export const setDevtoolsHook = (
167
- __DEV__ || __FEATURE_PROD_DEVTOOLS__ ? _setDevtoolsHook : NOOP
167
+ __DEV__ || __ESM_BUNDLER__ ? _setDevtoolsHook : NOOP
168
168
) as typeof _setDevtoolsHook
169
169
170
- // Types -------------------------------------------------------------------------
170
+ // Types -----------------------------------------------------------------------
171
171
172
172
import type { VNode } from './vnode'
173
173
import type { ComponentInternalInstance } from './component'
You can’t perform that action at this time.
0 commit comments