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

Commit

Permalink
update key for @babel/plugin-transform-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Sep 24, 2018
1 parent 732fe9f commit 915950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const defaultOptions = {
'@babel/plugin-proposal-object-rest-spread',
].map(require.resolve),
[require.resolve('@babel/plugin-transform-runtime'), {
moduleName: path.dirname(require.resolve('@babel/runtime/package')),
absoluteRuntime: path.dirname(require.resolve('@babel/runtime/package')),
}],
],
presets: [
Expand Down

0 comments on commit 915950b

Please sign in to comment.