Marcel Laverdet
Marcel Laverdet
I love gnarly hacks. This change definitely looks more promising than the other PR. I'm not cutting more releases at this time but I'll make sure to take a note...
@joyeecheung #51977 thanks!
Sure why not. Good luck!
@alexander-akait should this be reopened?
@ronakj Of course. Sorry I didn't notice I was missing 2 files from the reproduction. The configuration is a dead simple default. Edit: On the topic of gist vs repo...
For context I discovered this bailout because we're using CSS modules which export something like `{ "source-class-name": "a9-c" }`. Due to the order Webpack writes concatenated modules we aren't actually...
I made a prototype with broken semantics to get an idea of how many bytes we're talking about. On our bundle we saved 1.39kb on a 356.23kb [gzip] bundle, so...
Sure, submitted in #17997. Sorry did you mean literally just a test case or a fix for the issue? A fix is outside my familiarity with this project unfortunately.
It is still a condition.
This is part of a series of pull requests which adds better ecosystem support for exporting original, non-mangled, CSS names as named exports. webpack-contrib/css-loader#1549 webpack-contrib/mini-css-extract-plugin#1057 seek-oss/css-modules-typescript-loader#50 Due to the optimization...