-
In npm 7+, the latest release #73 currently doesn't work without `install --force` because @craco/craco@6.4.3 requires react-scripts@^4.0.0 (npm 7 has stricter requirements for peer dependencies). In …
-
Use `craco test` results in the error:
```
Test suite failed to run
/Users/xxx/sources/proj/node_modules/antd/es/card/style/index.js:1
({"Object.":function(module,exports,require,__dirna…
-
Hello I'm getting the error
`
Could not find a required file.
Name: index.html
Searched in: D:\gitfolders\anl-www-root\anl-www-header\public
`
My folder structure is:
anl-www-root\
S…
-
## Background:
I've made transitioned from react-scripts + craco to rsbuild / rspack.
During the transition I was taking different measurements to evaluate the improvements, where I ran into a bundl…
-
I want to auto import ``less`` variables in all files, but fails. Here are my settings:
```javascript
// craco.config.js
module.export = {
plugins: [
{
plugin: styleResourcesLoader,…
-
A error will be shown:
```
REAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a poly…
-
I am encountering two issues with the create-react-app v 3.4.1 and craco-cesium v 1.2.0.
I created a simple application using create-react-app and install @craco, craco-cesium and cesium. See projec…
-
When i using `craco` replace `creact-react-app` built the react app.
`package.json`
```json
"react-scripts": "4.0.3",
"sql.js": "^1.6.0",
"devDependencies": {
"@craco/craco"…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
I'm using `styled-components` as styled engine which need…
-
Hi, do you plan to update this package for working with craco v7?