Commit 6ce60485 authored by gxkai's avatar gxkai

fix: npm

parent 380e441a
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"make-mock-compiler": "node apps/remix-ide/ci/makeMockCompiler.js", "make-mock-compiler": "node apps/remix-ide/ci/makeMockCompiler.js",
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", "minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false",
"preinstall": "sudo npm install -g node-gyp --allow-root --unsafe-perm", "preinstall": "sudo npm install -g node-gyp --allow-root --unsafe-perm",
"build:dev": "npm run fix-memory-limit & NODE_ENV=production nx build remix-ide --prod --skip-nx-cache", "build:dev": "NODE_ENV=production nx build remix-ide --skip-nx-cache",
"serve:dev": "npx http-server ./dist/apps/remix-ide", "serve:dev": "npx http-server ./dist/apps/remix-ide",
"deploy:dev": "./deploy.sh 172.22.17.165", "deploy:dev": "./deploy.sh 172.22.17.165",
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit", "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"with": "apps/remix-ide/src/environments/environment.prod.js" "with": "apps/remix-ide/src/environments/environment.prod.js"
} }
], ],
"optimization": true, "optimization": false,
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": true, "extractCss": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment