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

@ -11,7 +11,8 @@ module.exports = {
},
devServer: {
compress: true,
port: 9000
port: 9000,
open: true
},
plugins: [
new CleanWebpackPlugin(),