Merge pull request #2 from pepf/feature/reload-on-change

ADDS poor man's live reload
master
Atul R 5 years ago committed by GitHub
commit 28b5d5c3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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",
"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