Looking at the demo that uses three components, the minified size of the ES5 components is greater than 500K, and the gzip size is around 124K for three components and dependencies. This excludes the polyfills.
Does the way these components are packaged for NPM make it difficult to reduce the repetition of mixins that are shared across components?
Looking at the demo that uses three components, the minified size of the ES5 components is greater than 500K, and the gzip size is around 124K for three components and dependencies. This excludes the polyfills.
Does the way these components are packaged for NPM make it difficult to reduce the repetition of mixins that are shared across components?