build: remove __BUNLDER__ flag so that HMR is available for all builds
This commit is contained in:
@@ -213,7 +213,6 @@ export function shouldUpdateComponent(
|
||||
// caused the child component's slots content to have changed, we need to
|
||||
// force the child to update as well.
|
||||
if (
|
||||
__BUNDLER__ &&
|
||||
__DEV__ &&
|
||||
(prevChildren || nextChildren) &&
|
||||
parentComponent &&
|
||||
|
||||
Reference in New Issue
Block a user