Skip to content

Commit b3ace4e

Browse files
committed
fix: fix tranformations map
1 parent 395a291 commit b3ace4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformations/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const transformationMap: {
2323
'remove-trivial-root': require('./remove-trivial-root'),
2424
'remove-vue-use': require('./remove-vue-use'),
2525
'root-prop-to-use': require('./root-prop-to-use'),
26-
'tree-shakable-vue': require('./tree-shakable-vue'),
26+
'vue-as-namespace-import': require('./vue-as-namespace-import'),
2727

2828
// generic utility tranformations
2929
'add-import': require('./add-import'),

0 commit comments

Comments
 (0)