build: Update webpack config

Make building more convenient, add linting and distribute html files.
This commit is contained in:
Dominik Perpeet 2017-06-19 11:49:25 +02:00 committed by Sean Toner
parent 811e3eebe0
commit 3f7ac60374
3 changed files with 111 additions and 10 deletions

View file

@ -14,6 +14,12 @@
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.2",
"copy-webpack-plugin": "~3.0.1",
"eslint": "^3.0.0",
"eslint-loader": "~1.6.1",
"eslint-plugin-react": "~6.9.0",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"webpack": "^2.6.1"
},
"dependencies": {