mirror of
https://github.com/developit/microbundle.git
synced 2025-12-08 17:35:50 +00:00
* 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>
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"name": "visualizer",
|
|
"scripts": {
|
|
"prebuild": "rimraf ./stats.html",
|
|
"build": "microbundle --visualize"
|
|
},
|
|
"peerDependencies": {
|
|
"camelcase": "*"
|
|
}
|
|
}
|