Ivan Kopeykin
Ivan Kopeykin
can we close this?
@alexander-akait right now if `[path]` is outside of build context it does not work.. ( there is no asset emit ) so maybe we can just use `file-loader` logic as...
Should work with `webpack@5`. Feel free to report new issue with reproducible repo. take a look into `runtime` feature
@alexander-akait I actually don't understand what is an issue? original issue fixed in webpack@5
@alexander-akait did not find MR. here is demo https://github.com/vankop/webpack-runtime/tree/main/dist 2 separate chunks in output with different tree shaking
from issue text: ``` What is the expected behavior? The expected behavior is that webpack will split the code between the main bundle and the loadable bundle in a way...
Could you reduce this to reproducible repo?
@unilimpio please create small reproducible repo..
> sounds like you have a warning in postcss, we don't serialize modules (i.e. cache them when they have warnings/errors), you need to fix a warning in your code @alexander-akait...