fix: slim
Showing
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -61,6 +61,7 @@ | ... | @@ -61,6 +61,7 @@ |
"build:dev": "NODE_ENV=production node --max-old-space-size=4096 node_modules/@nrwl/cli/bin/nx.js build remix-ide --buildLibsFromSource --prod --baseHref=/ide/ --skip-nx-cache --parallel=3", | "build:dev": "NODE_ENV=production node --max-old-space-size=4096 node_modules/@nrwl/cli/bin/nx.js build remix-ide --buildLibsFromSource --prod --baseHref=/ide/ --skip-nx-cache --parallel=3", | ||
"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", | ||
"analyze": "webpack-bundle-analyzer dist/apps/remix-ide/stats.json", | |||
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit", | "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit", | ||
"nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox", | "nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox", | ||
"nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox", | "nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox", | ||
... | @@ -291,6 +292,7 @@ | ... | @@ -291,6 +292,7 @@ |
"typescript": "^4.4.3", | "typescript": "^4.4.3", | ||
"uglify-js": "^2.8.16", | "uglify-js": "^2.8.16", | ||
"watchify": "^3.9.0", | "watchify": "^3.9.0", | ||
"webpack-bundle-analyzer": "^4.5.0", | |||
"webpackbar": "^5.0.2", | "webpackbar": "^5.0.2", | ||
"webworkify-webpack": "^2.1.5", | "webworkify-webpack": "^2.1.5", | ||
"worker-loader": "^2.0.0", | "worker-loader": "^2.0.0", | ||
... | ... |
Please
register
or
sign in
to comment