You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see things are apparently in place, although when I open my application, the very first view tries to load the image (logo-DGF6IMCN.png), which fails because the path is wrong as the picture below shows:
I understand my files are going to this path due my outdir configuration right? If I change that parameter to '../../plublic/client', then the files get copied to the 'proper' path but the esbuild-dev-server understands any request on this path to be a route, so I'm kinda lost on how to configure it to work properly.
The only way I can currently get it to work is if I set the loader to data-url, which is far from be ideal.
Can you guys please advise?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm having issues configuring esbuild-dev-server to work.
This is my current esBuildDevServer configuration:
And this is my current file structure:
As you can see things are apparently in place, although when I open my application, the very first view tries to load the image (logo-DGF6IMCN.png), which fails because the path is wrong as the picture below shows:
I understand my files are going to this path due my outdir configuration right? If I change that parameter to '../../plublic/client', then the files get copied to the 'proper' path but the esbuild-dev-server understands any request on this path to be a route, so I'm kinda lost on how to configure it to work properly.
The only way I can currently get it to work is if I set the loader to data-url, which is far from be ideal.
Can you guys please advise?
Thanks
The text was updated successfully, but these errors were encountered: