serverless-bundle icon indicating copy to clipboard operation
serverless-bundle copied to clipboard

Can't import async module

Open amrnali opened this issue 4 years ago • 0 comments

Can't import async module it will generate this error Module parse failed: The top-level-await experiment is not enabled (set experiments.topLevelAwait: true to enabled it) In this case, we have to add to webpack.config.js

     experiments: {
        topLevelAwait: true,
    }

amrnali avatar Jan 10 '22 16:01 amrnali