Add parcel as build-dep
This commit is contained in:
parent
8deb55fb4e
commit
1e28e81991
@ -9,5 +9,12 @@
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"parcel-bundler": "^1.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "parcel index.html",
|
||||
"build": "parcel build index.html"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user