Skip to content

Commit 94d39aa

Browse files
committed
rm target.state
1 parent cae09df commit 94d39aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ function insertTransformedTemplate<EnvSpecificOptions>(
591591
backingClass: NodePath<Parameters<typeof t.callExpression>[1][number]> | undefined
592592
) {
593593
let t = babel.types;
594-
target.state = state;
595594
let scopeLocals = buildScopeLocals(userTypedOptions, formatOptions, template, target, state);
596595
let options = buildPrecompileOptions(
597596
babel,

0 commit comments

Comments
 (0)