Added webpack dev server
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "webpack --config client/webpack.config.js",
 | 
			
		||||
    "build-dev": "webpack --config client/webpack.config.js --watch --progress --colors"
 | 
			
		||||
    "dev-server": "webpack-dev-server --config client/webpack.config.js --watch --progress --colors"
 | 
			
		||||
  },
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
@@ -19,6 +19,7 @@
 | 
			
		||||
  "homepage": "https://github.com/TimStallard/CryptoAssist#readme",
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "html-webpack-plugin": "^2.28.0",
 | 
			
		||||
    "webpack": "^2.2.1"
 | 
			
		||||
    "webpack": "^2.2.1",
 | 
			
		||||
    "webpack-dev-server": "^2.3.0"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user