Skip to content

Commit

Permalink
Revert ensure-max-old-space now that node 12+ has better default memo…
Browse files Browse the repository at this point in the history
…ry ceilings.

This reverts jupyterlab#7201 as discussed in jupyterlab#7175

Fixes jupyterlab#7675
  • Loading branch information
jasongrout committed Dec 21, 2019
1 parent aa09c52 commit f070ef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
1 change: 0 additions & 1 deletion buildutils/package.json
Expand Up @@ -23,7 +23,6 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"ensure-max-old-space": "./lib/ensure-max-old-space.js",
"get-dependency": "./lib/get-dependency.js",
"remove-dependency": "./lib/remove-dependency.js",
"update-dependency": "./lib/update-dependency.js",
Expand Down
32 changes: 0 additions & 32 deletions buildutils/src/ensure-max-old-space.ts

This file was deleted.

8 changes: 4 additions & 4 deletions dev_mode/package.json
Expand Up @@ -6,10 +6,10 @@
"build": "webpack",
"build:dev": "jlpm run build",
"build:dev:minimize": "jlpm run build:dev",
"build:prod": "ensure-max-old-space webpack --config webpack.prod.config.js",
"build:prod:minimize": "ensure-max-old-space webpack --config webpack.prod.minimize.config.js",
"build:prod:release": "ensure-max-old-space webpack --config webpack.prod.release.config.js",
"build:prod:stats": "ensure-max-old-space webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
"build:prod": "webpack --config webpack.prod.config.js",
"build:prod:minimize": "webpack --config webpack.prod.minimize.config.js",
"build:prod:release": "webpack --config webpack.prod.release.config.js",
"build:prod:stats": "webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
"build:stats": "webpack --profile --json > stats.json",
"clean": "rimraf build",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit f070ef7

Please sign in to comment.