Skip to content

Commit

Permalink
build: Remove size-limit for now (#4003)
Browse files Browse the repository at this point in the history
* Remove size-limit for now

* lock

* lock

* lock lock lock
  • Loading branch information
arturi committed Aug 18, 2022
1 parent 4ed75ca commit 4108aa6
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 584 deletions.
9 changes: 0 additions & 9 deletions package.json
Expand Up @@ -17,11 +17,6 @@
"@uppy-dev/remark-lint-uppy"
]
},
"size-limit": [
{
"path": "packages/uppy/index.js"
}
],
"pre-commit": "lint:staged",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -51,8 +46,6 @@
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.10.5",
"@babel/types": "^7.17.0",
"@size-limit/preset-big-lib": "^8.0.0",
"@size-limit/webpack-why": "^8.0.0",
"@types/jasmine": "file:./private/@types/jasmine",
"@types/jasminewd2": "file:./private/@types/jasmine",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down Expand Up @@ -103,7 +96,6 @@
"remark-cli": "^11.0.0",
"resolve": "^1.17.0",
"sass": "^1.29.0",
"size-limit": "^8.0.0",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.0.0",
"stylelint-config-rational-order": "^0.1.2",
Expand Down Expand Up @@ -153,7 +145,6 @@
"test:type": "yarn workspaces foreach -piv --include '@uppy/*' --exclude '@uppy/{angular,react-native,locales,companion,provider-views,robodog,svelte}' exec tsd",
"test:unit": "yarn run build:lib && NODE_OPTIONS=--experimental-vm-modules jest --env jsdom",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --env jsdom --watch --no-coverage",
"test:size": "yarn build:lib && size-limit --why",
"test": "npm-run-all lint test:locale-packs:unused test:unit test:type test:companion",
"uploadcdn": "yarn node ./bin/upload-to-cdn.js",
"version": "yarn node ./bin/after-version-bump.js",
Expand Down

0 comments on commit 4108aa6

Please sign in to comment.