python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Attempted import error: '@module' does not contain a default export (imported as 'module')
I'm using craco to create a react app.
Here are my ts configs:
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom...
BonisTech
Votes: 0
Answers: 0
Circle Ci - Start react server and test via cypress
I'm running cypress on a server started in cirleci script. Though cypress can't seam to find the local server that I just started. Here's my scripts / setup. I've also tried the cypress circlci-orb an...
Justin
Votes: 0
Answers: 1
How to import SVG in ReactJS with craco?
I'm struggling to import SVG's when I'm using craco in my react app.
It's suggested to use @svgr/webpack but I'm not sure how to put it into my craco.config.js
My current setup as per this (I prob sho...
wongz
Votes: 0
Answers: 1
Create React Component Library using CRACO with Create React App
I need to create a React Component Library, I want to use CRA as I want to refer to the code of the main application which is also written using CRA.
I tried babel but that only converts the JS code l...
Shivam Sharma
Votes: 0
Answers: 1