Working on making floor texture look more realistic

This commit is contained in:
Frank Delaguila
2022-03-13 19:48:00 -06:00
parent 8845c79c35
commit 2667a4e544
9 changed files with 69 additions and 78 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./server.js",
"start": "npx webpack serve --config webpack.dev.js",
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -37,6 +37,7 @@
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^5.3.1",
"webpack-dev-server": "^4.7.4",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0"
},