The JS plugin allows customizing the Webpack confi...
# javascript
e
The JS plugin allows customizing the Webpack configuration. However it doesn't allow defining multiple entry points. I suppose we are still forced to have only a single bundle, right?
a
webpack.config.d?
e
@andylamax or even the commonWebpackConfig under kotlin.js.browser
a
I don't think if you can use
commonWebpackConfig
for that
t
e
@turansky thanks, this seems on point as I'm developing browser extensions!