ADDS poor man's hot reload

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

2373
package-lock.json generated

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save