-
Hi, Am a developer and I wanted to ask if we could create a complete application for this foodie app by developing the back-end side of it to make it complete. I'd love to create and contribute to thi…
-
The following workflows and package managers don't work when tools build into node_modules directories, or rely on dependencies existing in node_modules.
Because of this, developers building native…
-
Version: `ch version 1.12.0.0-beta`
Git hash: `33db8efd9f02cd528a7305391d7d10765a2e85f3`
POC :
```javascript
var a = [1];
a[import(a)++];
```
In release build, the stack dump is:
```
#0…
-
This is my postcss.config.js which is used with webpack.
```
const glob = require('glob-all');
const cssnanoConfig = {
preset: ['default', { discardComments: { removeAll: true } }]
};
modu…
-
### Environment
What version are you running? Etc.
webpack@5.89.0, @sentry/webpack-plugin@2.14.2 uploading to Sentry cloud
### Steps to Reproduce
```js
// Sentry plugin configuration
sen…
-
# Bug report
**What is the current behavior?**
Given that one uses package that has multiple ESM exports, and marked as side effect free, all sub-trees seems to be analyzed or ev…
-
### User Story
As a developer,
I want to optimize the CI/CD pipeline in CircleCI
So that build times are minimized and SonarQube analysis is accurate and efficient
### Definition of Done
The CI/C…
-
When optimizing the `babel` config in https://github.com/mozilla/addons-frontend/pull/11587, we could not enable the [New JSX Transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-tra…
-
### Prerequisites
- [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [X] I have troubleshooted my issue, and it still exists against the latest stable …
-
Will asm.js be used in V8 to optimize its performance? If asm.js is used, that will be a HUGE performance boost for V8 and essentially node.js.