-
[`customize-cra`](https://github.com/arackaf/customize-cra) is also a pretty popular cra config customizer. I am using antd and it is recommended in the docs.
If you could explain to me the logic i…
-
I'm getting this error when using customize-cra
```
./node_modules/antd/es/list/style/index.less
& when (@theme = dark) {
background: @list-customize-card-bg;
^
Error evaluating …
-
Hi, thanks for building this amazing library! In a Create React App JS application I tried but failed to follow the documentation to customize the tokens here: https://classy-ui.io/customizing-tokens
…
-
## The devDependency [customize-cra](https://github.com/arackaf/customize-cra) was updated from `0.2.11` to `0.2.12`.
🚨 [View failing branch](https://github.com/cnap-cobre/synapse-frontend/compare/m…
-
I'm trying to import the library, but it gives following error:
```
data.js:6 Uncaught TypeError: path.resolve is not a function
at ./node_modules/numjs/src/images/data.js (data.js:6:1)
…
-
```
The "injectBabelPlugin" helper has been deprecated as of v2.0. You can use customize-cra plugins in replacement - https://github.com/arackaf/customize-cra#available-plugins
```
I'm currently …
-
项目更新了之后导致没法使用官网的文档部署了。
这里整理了一下可以运行的依赖版本
```json
{
"name": "homepage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/compatible": "^1.0.2",
"antd": "^4.…
-
``
```
addPostcssPlugins([
require('postcss-px-to-viewport')({
...
})
]),
addWebpackModuleRule(
{
test: /\.less$/,
use: ['style-loader', 'css-loader', 'le…
-
The longer this project exists, the more difficult it becomes to keep the project in sync with existing `customize-cra` versions.
As an example, `create-react-app@^3.3.0` now uses `css-loader@^3.0…
-
### Dependencies
- @babel/plugin-proposal-decorators
- customize-cra
- react-app-rewired
### Step 1
```
yarn add -D @babel/plugin-proposal-decorators customize-cra react-app-rewired
```
…