Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 915950b

Browse files
committed
update key for @babel/plugin-transform-runtime
1 parent 732fe9f commit 915950b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const defaultOptions = {
3434
'@babel/plugin-proposal-object-rest-spread',
3535
].map(require.resolve),
3636
[require.resolve('@babel/plugin-transform-runtime'), {
37-
moduleName: path.dirname(require.resolve('@babel/runtime/package')),
37+
absoluteRuntime: path.dirname(require.resolve('@babel/runtime/package')),
3838
}],
3939
],
4040
presets: [

0 commit comments

Comments
 (0)