HM-24 Установил еслинт, добавил скрипт start (#4)

This commit is contained in:
mrPadre
2020-07-07 00:03:25 +03:00
committed by GitHub
parent beea3e5c00
commit 06d5ed1522
5 changed files with 530 additions and 7 deletions

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production"
"build": "webpack --mode=production",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
@ -23,6 +24,7 @@
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"image-webpack-loader": "^6.0.0",