-
**Describe the bug**
The `window.less.modifyVars` is not working due to an error while compiling Less when the project runs.
I found a workaround by commenting the line 17 from `index.js` of `antd-t…
-
Here's my setup:
```json
// tsconfig.json
{
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allo…
-
I have a react 17 project, I followed all the steps to add package, update craco.config but when I run npm run build, I get the following error
> react-boilerplate@0.1.0 build
> craco build
Cre…
-
I want to add html-loader and I do it according to the recipe:
```js
import {CracoConfig} from "@craco/types";
import {addBeforeLoader, loaderByName} from "@craco/craco";
const config: CracoCo…
-
It is possible for the default export from craco config to be a function, so you can do some calculations based on envvars, for example, but currently this preset will fail with "cracoConfig needs to …
-
## Description
Configure Absolute path!!🚀
### ⛑ Based "react-scripts": "3.0.1"
> TL;DR
### Env
- CRA (create-react-app)
- TypeScript
- Jest
- craco (https://github.com/sharegate/crac…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
As per `npm…
-
Hi all,
I have been using craco-antd for our app and recently I started having issues with less compilation.
Basically, it generates two copies of the antd css, one with my custom colours, one wit…
-
create-react-app and craco are popular tools when developing react app, an integrate example with those tools would be nice.
I've tried the config below, but it doesn't works
```js
// craco.con…
-
We want to get rid of
- `PrimeFieldPolynomial` (replace with `PolynomialRing` and its elements) and `SecureRandomGenerator` (automatically becomes unused after removing `PrimeFieldPolynomial`)
- …