Fix some bugs #3

Merged
ksv741 merged 5 commits from description into main 2024-03-29 07:21:47 +03:00
Showing only changes of commit bbdeac1013 - Show all commits

View File

@ -5,6 +5,14 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"source": "./src/webpack/index.ts",
"bugs": {
"url": "https://github.com/ksv741/react-scripts/issues"
},
"homepage": "https://github.com/ksv741/react-scripts",
"repository": {
"type": "git",
"url": "https://github.com/ksv741/react-scripts"
},
"scripts": {
"prepare": "rm -rf dist && tsc && tsc-alias",
"typecheck": "tsc --noEmit",