-
## 🐛 Bug Report
I'm working in an ES2017 codebase compiled with TypeScript, Babel, and webpack. It seems that in certain contexts, using the default import of FBT fails because `babel-plugin-fbt` s…
-
Just a heads-up: apparently [Gnome 45 will require extensions to be ESModules](https://news.itsfoss.com/gnome-45-extensions/).
-
Hello,
Thank you for your project.
I've found that when using `browsersWithSupportForFeatures` I get an error when using esmodules, but not when using commonjs. I've attached 2 test files below.…
-
### Describe the Bug
While using https://github.com/artberri/rollup-plugin-istanbul in an `extension.config.js` file, if a file of the extension contains `process.env.NODE_ENV`, the build breaks du…
-
**Is your feature request related to a problem? Please describe.**
One possible issue that we have encountered while using the `aws-otel-nodejs` lambda layer is the incompatibility with Middy, a midd…
-
Not sure how it could happen but it appears to be babel/esmodules related. The error is `Unexpected token export` on `dist/popper-utils.js:1002` :-(
-
![Screenshot 2021-06-12 at 1 16 19 PM](https://user-images.githubusercontent.com/33570551/121769297-68d56500-cb80-11eb-8631-64de38046c9f.png)
Vitejs doesn't support require statement which is used …
-
Hello in getting this error when running the command
genese cpx -l js .\src\
****
Welcome to @genese cli
C:\Users\gabriel\AppData\Roaming\npm\node_modules\@genese\complexity\dist\src\language…
-
- Bump the supported {N} platforms versions to 5.0 - [link](https://github.com/NativeScript/nativescript-intl/blob/master/src/package.json#L5)
- Remove the `import assignments` as they are not compa…
-
I'm using esmodules with moduleResolution set to NodeNext. This means relative import paths require explicit file extensions. Is there a way to configure this requirement out of the box?