when using the 1.3.41 js plugin, is there a way to...
# javascript
t
when using the 1.3.41 js plugin, is there a way to pass a configu variable to the webpack process?
s
@thana yes, you can create custom webpack configs in the
webpack.config.d
directory under the project root. Here is example: https://github.com/snrostov/kotlin-full-stack-application-demo/tree/snrostov/kotlin-1.3.40/client/webpack.config.d
t
Thank you! Waht i had in mind asking this question: is it possible to manipulate the environment to have the chance to transfer some data like telling the build process this is a dev or prod build or something?
s
Currently there is no way to do it, but we are working on something like that.
👍 1
t
Very cool!