chore(deps-dev): remove unused bundlesize (#6774)

This commit is contained in:
Tim Lai
2021-01-06 15:19:04 -08:00
committed by GitHub
parent 85a3ec983e
commit 0bbef19714
2 changed files with 1 additions and 350 deletions

View File

@@ -117,7 +117,6 @@
"babel-plugin-module-resolver": "=4.0.0",
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
"body-parser": "^1.19.0",
"bundlesize": "^0.18.0",
"chromedriver": "^87.0.0",
"copy-webpack-plugin": "^7.0.0",
"cors": "^2.8.5",
@@ -180,12 +179,5 @@
},
"config": {
"deps_check_dir": ".deps_check"
},
"bundlesize": [
{
"path": "./dist/swagger-ui-bundle.js",
"maxSize": "1 MB",
"compression": "none"
}
]
}
}