diff options
Diffstat (limited to 'nezha-fronted/package.json')
| -rw-r--r-- | nezha-fronted/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nezha-fronted/package.json b/nezha-fronted/package.json index e97e234c7..56912b3d8 100644 --- a/nezha-fronted/package.json +++ b/nezha-fronted/package.json @@ -5,7 +5,7 @@ "author": "", "private": true, "scripts": { - "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", + "dev": "node --max-old-space-size=6000 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --progress --config build/webpack.dev.conf.js", "start": "npm run dev", "build": "node build/build.js", "lint": "eslint --fix --ext .js,.vue src" @@ -27,7 +27,7 @@ "element-ui": "^2.13.0", "file-saver": "^2.0.2", "leaflet": "^1.7.1", - "node-sass": "^4.13.1", + "node-sass": "^4.14.1", "pl-table": "^2.5.8", "quill": "^1.3.7", "vis": "^4.21.0-EOL", |
