Skip to content

Commit

Permalink
Fix: Remove bundlesize for Node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Apr 18, 2020
1 parent 4144e73 commit 4edd5d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
script:
- npm run format:ci

# calculate the bundle size
- <<: *test-setup
script:
- npm run build
- npm run bundlesize

# ensure that the types are valid
- <<: *test-setup
script:
Expand Down
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"@graphql-codegen/cli": "1.13.2",
"@graphql-codegen/fragment-matcher": "1.13.2",
"@testing-library/react": "10.0.2",
"bundlesize": "0.18.0",
"enzyme": "3.11.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
Expand Down Expand Up @@ -161,7 +160,6 @@
"build": "next build",
"build:lang": "next build && node ./src/lib/defaultLang",
"build:semantic": "cd src/lib/semantic && gulp build-css build-assets",
"bundlesize": "bundlesize",
"compile-queries": "persistgraphql src/graphql/ --add_typename",
"cypress:open": "cypress open",
"dev": "cross-env NODE_ENV=development nodemon -w .env -w package.json -w server.js -w src/klicker.conf.js server.js",
Expand Down Expand Up @@ -210,17 +208,6 @@
"prettier --write"
]
},
"bundlesize": [
{
"path": "./.next/static/chunks/commons.*.js"
},
{
"path": "./.next/static/css/commons.*.css"
},
{
"path": "./.next/static/runtime/main-*.js"
}
],
"husky": {
"hooks": {
"pre-commit": "lint-staged",
Expand Down

0 comments on commit 4edd5d2

Please sign in to comment.