I want to create *Webpack Configuration* via webpa...
# compose-web
a
I want to create Webpack Configuration via webpack.config.d so I can redirct the url to be only
"localhist:8080/"
when running `"wasmJsBrowserDevelopmentRun`" ( that will help to control the navigation inside the app). Meanwhile, it seems that the adding 'webpack.config.d' with the javascript doesn't work at all ? Even when in the js file I add a simple print in console ? Do you know how to fix this ?