Ryan Christian 242754f43c
feature: bundle visualizer (#949)
* feat: Add --visualizer flag to generate build output stats

Co-authored-by: Alex Hayton <alex.hayton@gmail.com>

* docs: Adding changeset

* chore: Removing & git ignoring stats.html

Co-authored-by: Alex Hayton <alex.hayton@gmail.com>
2022-04-25 14:16:17 -05:00

11 lines
175 B
JSON

{
"name": "visualizer",
"scripts": {
"prebuild": "rimraf ./stats.html",
"build": "microbundle --visualize"
},
"peerDependencies": {
"camelcase": "*"
}
}