-
-
If you have html-webpack-plugin v5 like in a AEM project npm throws an error because critters expect html-webpack-plugin v4 as an optional peer dependency.
```bash
npm i -D critters-webpack-plug…
-
The next scheduled release will occur on Friday, November 1st, 2024.
## Release Day Checklist
- [x] Remove the 'tsc agenda' label on this issue
- [x] Review open pull requests and merge any that are…
-
# Feature request 🚀
### Expected:
部分组件可能能接受Vnode自定义渲染内容,不想额外写`.tsx`单独写函数,希望能支持vue文件里面支持`tsx`
- No breaking changes
### Examples:
```html
const ItemRender = (text: string) => {text}
…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
### Environment
Node version: Any
npm version: Any
Local ESLint version: 9.9.1
Global ESLint version: 9.9.1
Operating System: Any
### What parser are you using?
Default (Espree)
### What did…
-
I tried to install the SDK but it's not working with latest raspian.
npm is not part of raspian anymore.
Also the tutorial is wrong. After clone you have to "cd swill-sdk".
This is the output of …
-
### Environment
Node version: v21.7.3
npm version: 10.5.2
Global ESLint version: v9.1.0
Operating System: MacOS
### What parser are you using?
Default (Espree)
### What did you do?
…
-
Right now I'm ad hoc benchmarking, mostly tests/microbench.js and sunspider, but a) I'm not being very scientific about it, and b) they're micro-benchmarks.
I'd like to keep track of performance on…
-
for example, I'd like it to handle code like:
```
define([
'react',
'enzyme',
'../path/to/Component',
], (React, {mount}, Component) => {
const wrapper = mount(
);
}…