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
andylamax
03/07/2024, 6:59 AM
Looks like you have multiple of
webpack.config.d
only the one in
vendor/composeApp
should work
a
Akram Bensalem
03/07/2024, 4:03 PM
Because it didn't work,
I try to add the webpack folder in multiple places to make sur that I'm not missing anything.