I want to create *Webpack Configuration* via webpa...
# webassembly
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, it doesn't work ! Do you know how to fix this, please ?
a
Looks like you have multiple of
webpack.config.d
only the one in
vendor/composeApp
should work
a
Because it didn't work, I try to add the webpack folder in multiple places to make sur that I'm not missing anything.