build: reduce runtime build size
This commit is contained in:
@@ -224,7 +224,7 @@ const getPublicInstance = (
|
||||
return getPublicInstance(i.parent)
|
||||
}
|
||||
|
||||
export const publicPropertiesMap: PublicPropertiesMap = extend(
|
||||
export const publicPropertiesMap: PublicPropertiesMap = /*#__PURE__*/ extend(
|
||||
Object.create(null),
|
||||
{
|
||||
$: i => i,
|
||||
@@ -459,7 +459,7 @@ if (__DEV__ && !__TEST__) {
|
||||
}
|
||||
}
|
||||
|
||||
export const RuntimeCompiledPublicInstanceProxyHandlers = extend(
|
||||
export const RuntimeCompiledPublicInstanceProxyHandlers = /*#__PURE__*/ extend(
|
||||
{},
|
||||
PublicInstanceProxyHandlers,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user