Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Remove size-limit for now #4003

Merged
merged 5 commits into from Aug 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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