fix: override webpack output config for cra based editors (#1108)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
const override = require('../../cra-app.override')
|
||||
module.exports = override
|
||||
@@ -14,8 +14,8 @@
|
||||
"homepage": ".",
|
||||
"scripts": {
|
||||
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
||||
"start": "react-scripts start",
|
||||
"compile": "react-scripts build",
|
||||
"start": "react-app-rewired start",
|
||||
"compile": "react-app-rewired build",
|
||||
"eject": "react-scripts eject",
|
||||
"compile:lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
|
||||
},
|
||||
@@ -56,6 +56,7 @@
|
||||
"material-icons": "^1.10.8",
|
||||
"prettier": "*",
|
||||
"react": "^17.0.2",
|
||||
"react-app-rewired": "^2.2.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-scripts": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user