-
I believe this is due to the Haste system used at Meta that handles JS modules differently, but the problem is this:
Following [the docs](https://relay.dev/docs/api-reference/graphql-and-directives…
-
This is a tracking issue for the work to add native ESM support for new Node versions and direct `` references for the `@apollo/client` package.
This would probably mean adding `"type": "module"` t…
-
Hello, I have a problem. The problem should come from my configuration. But I need help.
I used ts-jest、babel-jest and @vue/vue3-jest ,But when I run the jest, I got an error
![image](https:/…
-
- Basic (Default, current setup)
- ESM (esmodules with additionally copying the `type` from the package.json)
- ESM with splitting? Same as above, but additionally with splitting?
- Anything else?
-
### What would you like?
Utilizing Vite + Vue and Cypress Component Test Runner, how would you stub a composable function since you can't stub the default export?
I can't find a decent example tha…
-
https://babeljs.io/docs/en/babel-preset-env#targetsesmodules says:
> When specifying this option, the browsers field will be ignored. You can use this approach in combination with to conditionally…
-
I like this boilerplate, the setup is light and allow multiple sub-projects
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: linux
Arch: x…
wmira updated
1 month ago
-
I have 2 files:
1. test.js
```
import { bogus } from './bogus.js';
bogus()
```
2. bogus.js
```
function foo() {
console.log('foo');
}
export {
foo
}
```
If `bogus.js` is minified, eslint-…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
```js
console.log('hello world!');
```
### Configuration file name
…