In `2.4.20-RC`, the task generating `webpack.confi...
# webassembly
r
In
2.4.20-RC
, the task generating
webpack.config.js
file for
wasmJs
adds some additional configuration after user defined chunks from
webpack.config.d
directory, which makes customizing not possible. Is this intentional?
This configuration (a few defines with DefinePlugin) makes webpack output more browser optimized, but because of that it can't be executed in Node.js anymore (and I need that for SSR). And because of this strange ordering I can't workaround this.
b
I doubt it's intentional, please file an issue.