About 50 results
Open links in new tab
  1. reactjs - Craco, webpack and library creation - Stack Overflow

    Oct 19, 2021 · Craco, webpack and library creation Ask Question Asked 4 years, 4 months ago Modified 4 years ago

  2. How to start react app on custom port with CRACO?

    Nov 20, 2021 · The problem is CRACO start starts the app on the default port, which is 3000 and I want to have custom ports but I can't figure out what is the right approach. ( Can't find anything about this …

  3. Craco - Could not resolve dependency error - Stack Overflow

    Apr 12, 2021 · I am trying to setup TailwindCSS in my Create-React-App project and I am trying to install craco so that I need not eject my CRA When I run the following command npm install @craco/craco, …

  4. React Cannot Start Project - 'craco' is not recognized as an internal ...

    Mar 26, 2021 · This is strange because I have "craco": "0.0.3" as a dependency, and "start": "craco start" as a script within my package.json. I also have the craco.config file within the project, and @craco …

  5. How to set alias path via webpack in CRA (create-react-app) and craco?

    May 31, 2019 · I am using craco-alias plugin for automatic aliases generation for Webpack and Jest. (I am just an intern but that's how senior developers in my company are using absolute imports in react)

  6. Craco does not work properly with react-scripts@5.0.0

    Feb 23, 2022 · After upgrading react-scripts to v5, craco start does not work properly. App starts with no error but in browser, there is a blank page and if i open inspector, i only see index.html codes not …

  7. How to solve, craco: *** Cannot find ESLint loader (eslint-loader ...

    Feb 9, 2021 · I am using ANTd with a React application I am building for a school project. The App runs fine however, on startup I get the following: craco: *** Cannot find ESLint loader (eslint-loader). *** whi...

  8. Version upgrade issue of react-scripts v4-> v5 and craco v6 -> v7

    Nov 28, 2022 · In existing project we were trying to upgrade react-scripts from V4.0.3 => V5.0.1. After upgrade, Craco also need upgradation, so we have upgraded Craco V6.1.2 => V7.0.0. It creating …

  9. reactjs - Disable file chunking with CRACO - Stack Overflow

    Jan 19, 2021 · Disable file chunking with CRACO Ask Question Asked 5 years, 1 month ago Modified 2 years, 6 months ago

  10. How to configure CRACO config file? - Stack Overflow

    Dec 26, 2024 · 0 I want to configure the middleware of my craco.config.js, but I don't know have, so I want tips. My actual file is: