Skip to content

Commit

Permalink
Remove webpack-dev-server
Browse files Browse the repository at this point in the history
I never got around to setting this up, so lets remove it.
  • Loading branch information
davidcsally committed Apr 11, 2020
1 parent 3073b8c commit ae324ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 922 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -16,7 +16,6 @@
"scripts": {
"lint": "eslint chrome-ext",
"start": "webpack -w",
"start:dev": "NODE_PATH=. NODE_ENV='development' webpack-dev-server --content-base chrome-ext/build",
"test": "jest",
"coveralls": "NODE_PATH=. node_modules/.bin/jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "webpack -p",
Expand Down Expand Up @@ -53,7 +52,6 @@
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
"webpack-cli": "3.3.11"
}
}
4 changes: 0 additions & 4 deletions webpack.config.js
Expand Up @@ -9,10 +9,6 @@ module.exports = {

devtool: 'cheap-source-map',

devServer: {
contentBase: `${__dirname}/chrome-ext/build`,
},

entry: {
bundle: './chrome-ext/frontend/devtools.js',
installHook: './chrome-ext/backend/installHook.js',
Expand Down

0 comments on commit ae324ec

Please sign in to comment.