cra Questions
9
Solved
I have an issue regarding the integration of Ant Design library in a CRA (create-react-app).
After I have tried to integrate it as it is required in their documentation, without integration of Crac...
Duffel asked 16/3, 2022 at 15:47
2
Recently I was create react app using vite , it is lightweight , less config and fast then compare with webpack . now my question is , is it required bable configuration in Vite project
3
I have created a Create React App application with typescript template build in, then i installed MSW with npm and created files based on MSW install guide.
It's working perfectly for jest, but for...
Amaleta asked 15/12, 2021 at 12:31
1
After updating CRA to version 5.
When running npm test I see the following error:
Determining test suites to run...
● Test suite failed to run
TypeError: babelJest.createTransformer is not a fu...
Genesisgenet asked 25/3, 2022 at 18:15
2
I'm developing a PWA starting from a blank CRA template. The application needs to fully work offline after the installation, so I'm exploiting Workbox's methods to precache all static content.
Unfo...
Teacher asked 10/9, 2021 at 16:31
3
Solved
I'm getting the following error when trying to start a CRA project running with node 14.17.0 -> Loading PostCSS "postcss-preset-env" plugin failed: Cannot find module 'node:vm'
Compile...
Orthostichy asked 31/5, 2022 at 18:17
1
Solved
I'm having this problem after upgrading react-scripts from version 4 to 5!
I use customize-cra with the option below:
module.exports = override(
addLessLoader({
lessOptions: {
javascriptEnabled...
1
Solved
I set up prerender.io for CRA and it works well, but when bot hits URL without parameters it puts in the end of URL - string ".var"
I tried variations of (.*) but it seems not working. A...
1
© 2022 - 2024 — McMap. All rights reserved.