chore: revert debugging dev flag

This commit is contained in:
Evan You 2020-04-14 18:32:27 -04:00
parent 8ae362400e
commit 4046f0bc03

View File

@ -236,7 +236,7 @@ const createVNodeWithArgsTransform = (
export const InternalObjectSymbol = Symbol()
export const createVNode = (false
export const createVNode = (__DEV__
? createVNodeWithArgsTransform
: _createVNode) as typeof _createVNode