Skip to content

Commit 69437bc

Browse files
authored
fix: support dynamic import, closes #7
1 parent 05638f7 commit 69437bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/parseScript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = script => {
1818
'typescript',
1919
'objectRestSpread',
2020
'classProperties',
21-
'decorators-legacy'
21+
'decorators-legacy',
22+
'dynamicImport'
2223
]
2324
})
2425

0 commit comments

Comments
 (0)