Does thePromise.allhappen even if none of the imported modules have a top-levelawait? If the module's execution is deterministically synchronous (that is, if it and its dependencies each contain no top-levelawait), there will be no entry in thePromise.allfor that module. In this case, it...
However, if a polyfill includes a top-level await, it will need to be imported by modules that depend on it in order to reliably take effect. Does the Promise.all happen even if none of the imported modules have a top-level await? If the module's execution is deterministically ...
39684 | /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 48785, 23))).default); : ^^^ 39685 | 39686 | /***/ }), `--- Caused by: 0: failed to parse input fi...