diff --git a/src/index.js b/src/index.js index 8b6d24e..eba2fa0 100644 --- a/src/index.js +++ b/src/index.js @@ -23,6 +23,7 @@ const unpackOptions = ({ name: 'rollup-plugin-babel', supportsStaticESM: true, supportsDynamicImport: true, + supportsTopLevelAwait: true, ...rest.caller, }, });