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 {
161161} from './devtools'
162162
163163export const devtools = (
164- __DEV__ || __FEATURE_PROD_DEVTOOLS__ ? _devtools : undefined
164+ __DEV__ || __ESM_BUNDLER__ ? _devtools : undefined
165165) as DevtoolsHook
166166export const setDevtoolsHook = (
167- __DEV__ || __FEATURE_PROD_DEVTOOLS__ ? _setDevtoolsHook : NOOP
167+ __DEV__ || __ESM_BUNDLER__ ? _setDevtoolsHook : NOOP
168168) as typeof _setDevtoolsHook
169169
170- // Types -------------------------------------------------------------------------
170+ // Types -----------------------------------------------------------------------
171171
172172import type { VNode } from './vnode'
173173import type { ComponentInternalInstance } from './component'
You can’t perform that action at this time.
0 commit comments