From bca0e435d81a7e060227d1e07464a4a26bf84fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 23 Oct 2019 01:28:57 +0200 Subject: [PATCH] Add supportsTopLevelAwait caller flag --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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, }, });