diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-06 14:13:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 14:13:10 +0100 |
| commit | 8d4cd02b7cbe955f5a5ce1666fc76a51db4be5d5 (patch) | |
| tree | ef822c7734a31148a46cc58a0b61d277b3b5414a /package.json | |
| parent | 9555d47a0b904c997625fe171f865cd6b6fb29d7 (diff) | |
| parent | af601cc3954e87a39b5ed9ec9e206599109a6690 (diff) | |
Merge pull request #93 from caleb-mabry/fix-localhost
Fix Project Locally
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 0b7aae2..6f6d802 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "deploy": "cross-env NODE_ENV=production webpack -p", "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js", - "start": "webpack-dev-server --config webpack.config.js" + "start": "webpack serve --config webpack.config.js" }, "repository": { "type": "git", @@ -24,9 +24,11 @@ "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "babel-loader": "^8.2.3", + "dotenv": "^16.0.0", "eslint": "^8.10.0", "webpack": "^5.69.1", - "webpack-cli": "^4.9.2" + "webpack-cli": "^4.9.2", + "webpack-dev-server": "^4.7.4" }, "dependencies": { "@fingerprintjs/fingerprintjs": "^3.3.3", |
