-
### Describe the bug
Attempting to run an NPM installed package binary results in `jsh: spawn email ENOENT`. Initially I used `pnpm` to install things. Locally and in CI systems, pnpm will create a `…
-
Here is minimun [reproduction](https://github.com/dancon/css-modules-ssr)
I only config webpack for server compile:
```
const path = require('path')
module.exports = {
mode: 'development'…
-
### System Info
"vue": "^3.2.13",
"@babel/preset-env": "^7.25.3",
"@rsbuild/core": "^1.0.1-rc.2",
"@rsbuild/plugin-babel": "^1.0.1-rc.2",
"@rsbuild/plugin-less": "^1.0.1-r…
-
配置如下
```
[{
test: /\.jsx?$/,
include: [
path.resolve(__dirname, 'app')
],
use: [{
loader: 'eslint-loader',
options: {
quiet: true
…
-
[HMR] Waiting for update signal from WDS...
:9090/#/login?from=/:1 The SSL certificate used to load resources from https://t.alipayobjects.com will be distrusted in M70. Once distrusted, users will…
-
In my `jest.config.js`
```
module.exports = {
projects: [
'./jest.config.test.js',
'./jest.config.eslint.js',
'./jest.config.firestore.js',
],
transform: {
// '^.+\\.(…
-
代码生成,能提供一个示例吗.
最近在用dva写后台管理系统.发现很多CURD的功能都高度相似,都由List Modal Search3个部分组成,且基本的代码都类似.
想按照dva g modal user 这样的命令,来生成
User.jsx
UserSearch.jsx
UserSearch.less
UserList.jsx
UserList.less
UserMod…
-
### Describe the bug
![image](https://github.com/user-attachments/assets/54810775-57ed-4c97-98ae-c63bdc87d5be)
注释插件的话是可以使用的,目前就这一个问题了,不知道如何解决
配置如下
``` javascript
import { loadEnv, defineConfi…
-
This works very well in the JSX file. But there are still some small regrets. When I use `classnames()` in JSX, it doesn't work. Is it possible to enable this in JSX?
e.g.
```less
// tese.less
…
-
Hi,
I am not sure whether we need to do any webpack specific changes,
Kindly help, I am getting below error.
I am using less.
```
ERROR in ./src/assets/css/index.less (./node_modules/css-loader…