AI podcast maker performance optimizations
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"analyze": "npm run build && npx source-map-explorer 'build/static/js/*.js' --html bundle-report.html",
|
||||
"analyze:size": "npm run build && npx bundlesize"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@@ -56,7 +58,8 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.9.5"
|
||||
"typescript": "^4.9.5",
|
||||
"source-map-explorer": "^2.5.2"
|
||||
},
|
||||
"proxy": "http://localhost:8000",
|
||||
"homepage": "/"
|
||||
|
||||
Reference in New Issue
Block a user