-
After building the application on the production version I get the error Cannot read properties of undefined (reading 'getStackAddendum'). I have split the application into microfronts that are linked…
-
**What's happening**
This [documentation](https://craco.js.org/recipes/use-linaria/) for [Linaria](https://github.com/callstack/linaria?tab=readme-ov-file#setup) is outdated. The proposed plugin [cra…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
In order for the [transform](https://github.com/diplodoc-platform/transform) to function properly at runtime, you will need to add some configurations to the [webpack resolve fallback](https://webpack…
-
Hi there,
It'd be great to have a CRACO example as it gains popularity.
Specifically, how to add expo >=43 to an existing CRA CRACO project and still be able to use the expo CLI to start it, e.g. …
-
有一定的性能提升 和最终打包能减少 报错比较多
-
Hi guys,
I am having issues using yaml-loader with [craco](https://github.com/dilanx/craco). Basically, even with a proper Webpack config, yaml-loader doesn't actually load the file. All I am getti…
-
**Is your feature request related to a problem? Please describe.**
- We currently use `craco`, which is a custom wrapper for webpack and probably not recommended going forward.
- For context, we h…
-
I just initialized `create-react-app` setup and installed ant.design which forced me to use craco and craco-less.
Now when I try to run `npm start` or `craco start` it throws me this error:
…
-
I created a new React-typescript app via this command with `react@17.0.2` and `typescript@4.5.2`:
`npx create-react-app my-app --template typescript`
Then I decided to define the alias path as I…