-
### Describe the bug
When bundling WebWorkers in the `es` format, all the modules imported by the worker are inlined inside the worker chunk and no import syntax is used.
In the following reproduc…
-
In my yaml, a `job` as follows.
```
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js 20
…
-
when running this package inside an ESM project, I got this error
```
import { Pool } from 'pg';
^^^^
SyntaxError: Named export 'Pool' not found. The requested module 'pg' is a CommonJS…
-
**Describe the bug**
Im using a server side rendering react framework (remix) and TreeView server side rendering is not working.
When I try to use TreeView component in my projet it work just fine o…
raph5 updated
3 weeks ago
-
When not providing the `pattern` argument from the command line, and instead using the default `css-typed.config.js`
```js
export default {
pattern: "path/to/**/*.module.css",
};
```
it throw…
-
[laravel-vite-plugin recently added support for ESM](https://github.com/laravel/vite-plugin/releases/tag/v0.7.5), e.g. so one can set `"type": "module"` in the root `package.json` of a laravel project…
-
About a week ago @sindresorhus released some breaking changes on various electron packages.
![image](https://github.com/saltyshiomix/nextron/assets/1148334/7c40c1a5-954b-47e4-8836-1b990d9fb83c)
…
-
### Acknowledgements
- [X] I read the documentation and searched existing issues to avoid duplicates
- [X] I understand this is a **bug tracker** and anything other than a proven bug will be closed
-…
-
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protoc…
-
## Easy-Ui5 version:
> Run `yo easy-ui5 --plugins` to print all relevant version strings
## Steps to reproduce the problem:
1. Step 1 - yo easy-ui5 project
2. Step 2 - choose project…