hardfist
hardfist
> When using `RealContentHashPlugin`, there's also a performance opportunity to not have the original contenthash values be hashes at all, but instead be predictably-shaped unique tokens that can be matched...
@TheLarkInn @alexander-akait I'm digging this issue to investigate how fast webpack rebuild can become, and find it's the `experiments.css:true` and `node.global:warn` cause the runtime error and warning. this config works...
@alexander-akait I investigated it before, it's not related to react-refresh-webpack-plugin, it's caused by futureDefault enable experiments.css by default which conflicts with style-loader, so disable experiments.css could solve this
> @TheLarkInn Maybe we should mark this in docs as non fixable and required modern browsers I think this is very important, actually when I finish migrating my tools from...
> CSS will work on old browsers ("production"), only dev mode and HMR will not work on old browsers glad to know this, because we do have lots of application...
@alexander-akait it seems it is not resolved can we reopen it
> @hardfist Yeah, can you describe which browsers do you want to support, or just any old browser? thanks, the lowest version we have to support is iOS 10 &...
@alexander-akait I'm wondering how experiments.css working with the current css-loader ecosystem,for example https://github.com/seek-oss/css-modules-typescript-loader which consume the result of css-loader, but since experiments.css handle css after loader there're no chances for...
i do agree this should be implemented as plugin and no need to be compatible,how this plugin should be implemented becomes a problem,should this plugin consume css dep directly and...
I'm not sure whether all the options in css-loader and mini-css-extract-plugin will be supported in experiments.css, and we're migrating some applications from css-loader & mini-css-extract-plugin to experiments.css and missing some...