v1.3.8
Improvements
- #1764 - style-compiler: This change modifies the way the compiler concatenates strings when producing the stylesheet by using
Array.prototype.join('')
instead of the+
operator to avoid aRangeError: Maximum call stack size exceeded
error thrown by Rollup. This processing is done to inject the tokens used for the shadow DOM emulation at runtime.
Internal