-
We can add a GitHub action to monitor bundle size of the code
-
-
Hello! I saw that you race for minified size, and I have tried several options to minify the bunde for modern browsers for about 15%:
- create a ```let x = true``` and set all settings from ```conte…
-
Our bundle size is larger than ideal. Let's work on reducing it.
-
**Expected behavior**:
Bundle size should be below 140kb.
**Actual behavior**:
Currently at ~143kb; see [bundlewatch results](https://service.bundlewatch.io/results?d=details%7CrepoOwner%7Ccompde…
-
Hi @jarvelov, first of all, thanks for the great library!
Currently vue-form-json-schema itself is quite small, but it depends on ajv whose bundle size is quite large, is there a way to make this dep…
zipme updated
4 years ago
-
`node_modules` in the production bundle is nearly 7mb. It looks like something is going wrong during the build step and the prod bundle is getting dev packages. Once that is taken care of there is roo…
-
Currently, importing the default stylesheet is optional, which can save a kB or so from min-zipped bundle size for users that don't want to use the default styles.
It would be good to do the same t…
-
Hi @brockpetrie,
There are several ways to not include all locales in the final build bundle with `moment.js` as described here: https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
_(N…
sneko updated
4 years ago
-
Make a research of what can be optimized in order to reduce bundle size.
1. Make built in validations consumed by import instead of string, this will allow to code split un-used validations. (maybe…