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)
TypeError: Failed to load plugin 'jest' declared in '.eslintrc': Class extends value undefined is not a constructor or null
I was updating react-scripts to latest version i.e. 5.0.0 and started seeing above error.
One article suggested to upgrade @typescript-eslint to version ^5.0.0 in order to be compatible with eslint ve...
tarunjyot kaur
Votes: 0
Answers: 1
How do I import local packages with jsx components using the react-scripts dev web server?
Importing local package dependencies throws
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /< path to root >/common/< path to js file >: Support for the...
MrDrago9
Votes: 0
Answers: 0
How to tell if a package is part of deployment
I have a react application. I'm using react-scripts build. As I understand (from this link), the package-lock.json doesn't affect the build and the build will take any packages it needs that are impor...
user3260639
Votes: 0
Answers: 0
Content security policy not working after upgrading react-scripts to 5.0.0
My application is in Reactjs and C#. It was working fine until react-scripts was 2.0.3 but soon after upgrading the react-scripts to 5.0.0 I'm seeing below-console error with a blank screen:
Refused t...
Veey
Votes: 0
Answers: 0