Browse Source

指挥大屏

master
huxinglu 4 years ago
parent
commit
0c36955fa2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@@ -7,7 +7,7 @@
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js"
"build": "node --max_old_space_size=4096 build/build.js"
},
"dependencies": {
"@antv/g2": "^3.5.11",

Loading…
Cancel
Save