can i somehow run webpack in two different configu...
# javascript
j
can i somehow run webpack in two different configurations in a single module with the frontend plugin? (filed: https://github.com/Kotlin/kotlin-frontend-plugin/issues/83)
e
@cy
j
I guess the workaround here for now is the move all frontend code to a library and then have two frontend modules. Unfortunately I have 4 frontend modules which means I'm going from 4 modules to 12 (4 libraries and 8 frontend)
The use case here is to build both a debug and release build at once. I don't want to change my build configuration to produce these artifacts.