Vincent Hendryanto H

Results 3 issues of Vincent Hendryanto H

# Bug report **What is the current behavior?** async modules (e.g. using top-level-await) are resolved into promise by Module Federation **If the current behavior is a bug, please provide the...

bug
webpack-5

![image](https://github.com/PengChen96/ajax-tools/assets/23435348/5d729d5e-832b-44b5-ac75-17f1a9816c43) Request can be passed to `fetch` function. The extension will throw error if Request object is passed when calling `fetch` due to it expecting string

### Environment @sentry/[email protected] ### Steps to Reproduce - I have a multiple entry files (main.js, other_entry.js) and few other chunks (foo.js and bar.js). foo.js is uniquely generated per build. -...