Небольшие поправки

This commit is contained in:
Book Pauk
2019-01-11 19:07:36 +07:00
parent 2b6c3f1c0e
commit 5f6c104f3d
2 changed files with 38 additions and 215 deletions

View File

@@ -5,7 +5,7 @@
"node": ">=10.0.0"
},
"scripts": {
"dev": "nodemon --inspect server",
"dev": "nodemon --inspect --exec 'node --experimental-worker server'",
"build:client": "webpack --config build/webpack.prod.config.js",
"build:linux": "npm run build:client && node build/linux && pkg -t latest-linux-x64 -o dist/linux/liberama .",
"build:win": "npm run build:client && node build/win && pkg -t latest-win-x64 -o dist/win/liberama .",
@@ -42,7 +42,7 @@
"mini-css-extract-plugin": "^0.5.0",
"null-loader": "^0.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pkg": "^4.3.5",
"pkg": "^4.3.7",
"terser-webpack-plugin": "^1.2.1",
"url-loader": "^1.1.2",
"vue-class-component": "^6.3.2",