Небольшие поправки
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user