feat(compiler): better warning for invalid expressions in function/browser mode
fix #1266
This commit is contained in:
@@ -36,7 +36,9 @@ export function getBaseTransformPreset(
|
||||
trackVForSlotScopes,
|
||||
transformExpression
|
||||
]
|
||||
: []),
|
||||
: __BROWSER__ && __DEV__
|
||||
? [transformExpression]
|
||||
: []),
|
||||
transformSlotOutlet,
|
||||
transformElement,
|
||||
trackSlotScopes,
|
||||
|
||||
Reference in New Issue
Block a user