ADDS poor man's hot reload

master
pepf 5 years ago
parent e46f79f729
commit e8f41940ba
  1. 2547
      package-lock.json
  2. 2
      package.json

2547
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -6,6 +6,7 @@
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"scripts": { "scripts": {
"start:watch": "nodemon -e js,ts,tsx --ignore dist/ --ignore node_modules/ --exec yarn start",
"start": "tsc && qode ./dist/index.js" "start": "tsc && qode ./dist/index.js"
}, },
"dependencies": { "dependencies": {
@ -14,6 +15,7 @@
"react": "^16.9.0" "react": "^16.9.0"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "latest",
"@types/node": "^12.6.8", "@types/node": "^12.6.8",
"@types/react": "^16.8.23", "@types/react": "^16.8.23",
"typescript": "^3.5.3" "typescript": "^3.5.3"

Loading…
Cancel
Save