Is it possible to have a different `webpack.config...
# webassembly
l
Is it possible to have a different
webpack.config.d
for js and wasmJs targets? My js target’s config causes issues with wasmJs and vice-versa
o
Yes, it's possible.
Copy code
js(IR) {
    moduleName = "mpp-demo"
    browser {
        commonWebpackConfig {
            configDirectory = // File (directory)
same for k/wasm
🙏 1
l
@Oleg Yukhnevich cool, thanks!
🙂 1