Skip to content

Commit

Permalink
chore: add bundlesize
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Dec 3, 2019
1 parent 4b23d09 commit b4a6d13
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 8 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"crypto": "^1.0.1"
},
"devDependencies": {
"bundlesize": "^0.18.0",
"dotenv": "^8.0.0",
"github-release-notes": "^0.17.0",
"husky": "^0.14.3",
Expand All @@ -56,5 +57,11 @@
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
},
"bundlesize": [
{
"path": "./dist/direct-mail.min.js",
"compression": "none"
}
]
}
Loading

0 comments on commit b4a6d13

Please sign in to comment.