mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
refactor: reduce dist files sizes (#76)
* fix(parser): plugin-helper import, remove dist file code duplication * feat(plugin-helper): reduce bundle size, set new limits to 650 bytes * refactor(preset): html5, react presets to reduce the size of dist files
This commit is contained in:
committed by
GitHub
parent
4e79abb833
commit
fda6ddd6ee
@@ -42,7 +42,7 @@
|
||||
"bundlesize": [
|
||||
{
|
||||
"path": "./dist/index.min.js",
|
||||
"maxSize": "580 B"
|
||||
"maxSize": "650 B"
|
||||
}
|
||||
],
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user