build: remove __BUNLDER__ flag so that HMR is available for all builds
This commit is contained in:
@@ -200,7 +200,6 @@ export function isVNode(value: any): value is VNode {
|
||||
|
||||
export function isSameVNodeType(n1: VNode, n2: VNode): boolean {
|
||||
if (
|
||||
__BUNDLER__ &&
|
||||
__DEV__ &&
|
||||
n2.shapeFlag & ShapeFlags.COMPONENT &&
|
||||
(n2.type as Component).__hmrUpdated
|
||||
|
||||
Reference in New Issue
Block a user