Hugo Estévez Rocha
Hugo Estévez Rocha
**Description of the Issue and Steps to Reproduce:** If I try to change two or three consecutive times (regardless of the time that passes between each click) the language (moment.updateLocale),...
Hello! I think there is a problem when we are working with more than one series, and we want to indicate more than one different "plotter". I have tried to...
Hi, I wanted to ask if there's any interest or plan to support a feature that allows preserving the original, unaltered CSS output before media query extraction occurs. **Context:** In...
Currently, our FE Build inherits the default values for `chunkLoadingGlobal` and `uniqueName` directly from Webpack, which can lead to runtime and chunk conflicts when clientlibs are deployed to third-party applications...
The new `extraEntries` configuration has been correctly defined under the `config.clientlibs` object. However, it is currently being accessed as `config.postcss.extraEntries` in the codebase. This leads to incorrect behavior or a...
Description: There is a common need in modern frontend projects to split CSS files into separate outputs based on media queries — especially to support viewport-based loading strategies in a...