Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Add supportsTopLevelAwait caller flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 22, 2019
1 parent 4d8c0c5 commit bca0e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -23,6 +23,7 @@ const unpackOptions = ({
name: 'rollup-plugin-babel',
supportsStaticESM: true,
supportsDynamicImport: true,
supportsTopLevelAwait: true,
...rest.caller,
},
});
Expand Down

0 comments on commit bca0e43

Please sign in to comment.