Skip to content

Commit

Permalink
[FIX] npm run build for React Three-Fiber demos (add lacking dev deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierjs committed Jun 24, 2021
1 parent 381105e commit 3ba5e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Thumbs.db
node_modules
**/node_modules
**/package-lock.json
reactThreeFiberDemos/dist

2 changes: 2 additions & 0 deletions reactThreeFiberDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 3ba5e3c

Please sign in to comment.