Skip to content

Commit

Permalink
pull out config for this project first :)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Jun 28, 2019
1 parent 6a34d7a commit 15bc118
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
17 changes: 17 additions & 0 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": [
{
"path": "./index.js",
"maxSize": "600B"
},
{
"path": "./src/files.js",
"maxSize": "600B"
},
{
"path": "./src/compressed-size.js",
"maxSize": "420B",
"compression": "none"
}
]
}
15 changes: 0 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@
"gzip-size": "^4.0.0",
"prettycli": "^1.4.3"
},
"bundlesize": [
{
"path": "./index.js",
"maxSize": "600B"
},
{
"path": "./src/files.js",
"maxSize": "600B"
},
{
"path": "./src/compressed-size.js",
"maxSize": "420B",
"compression": "none"
}
],
"lint-staged": {
"*.js": [
"prettier",
Expand Down

0 comments on commit 15bc118

Please sign in to comment.