-
Imagine the following code:
```js
esbuild.build({
entryPoints: {
a: './a.js',
b:'./b.js'
}
})
// c.js
export const ref = {}
// a.js
import {ref} from './c'
ref.valu…
yisar updated
3 years ago
-
Looking for any suggestions as to why this keeps failing our pipeline build. We have babel transforms all the other modules work correctly am I missing something basic here?
```
SyntaxError: Ca…
-
### Version
22.7.0
### Platform
```text
Microsoft Windows NT 10.0.26100.0 x64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
I was trying to run my Typ…
-
intent to support webpack.
status: v4 PoC stage, incompatible with commonly used plugins
grants available to support development
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searched fo…
-
**Summary**
Hey!
I am trying to run Stryker on a project that uses Mocha.
I followed the documentation and added the necessary plugin and fragments within the `stryker.conf.json`.
Since I am…
-
Hi. I admire this library, but it is too heavy. We don't use all the functions in our projects. It would be nice to be able to determine which polyfills are needed and add them to imports in polyfills…
-
### Search Terms
`ReferenceError: __values is not defined`
`tslib`
`noEmitHelpers`
`importHelpers`
### Expected Behavior
An error message which helps me solve the problem. Could be som…
-
```
$ npm install --save optional-require
```
```
import { optionalRequire } from "optional-require";
const foo = optionalRequire("bar.json");
```
Any finally:
```
error - ./node_modu…
-
I am using ubuntu 22.04.
ricardo@ikigai:/pimentaGROUP/pessoal/Bobcoinsurvivor/solana/create-solana-dapp$ pnpm --version
9.10.0
ricardo@ikigai:/pimentaGROUP/pessoal/Bobcoinsurvivor/solana/create-…