Skip to content

Commit

Permalink
Remove unnecessary webpack things
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Apr 16, 2019
1 parent 40ceb73 commit 4c1f02d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
8 changes: 1 addition & 7 deletions static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
"version": "0.1.0",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server"
},
"dependencies": {
"copy-webpack-plugin": "^5.0.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
"start": "python3 -m http.server"
}
}
15 changes: 0 additions & 15 deletions static/webpack.config.js

This file was deleted.

0 comments on commit 4c1f02d

Please sign in to comment.