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
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
Message in console: DevTools failed to load source map: Could not load content for https://localhost:44303/vue/js/app.js.map: Load canceled due to load timeout
Possibly I am making a bad configuration?
My code setup is following:
Now source maps are here. However, I still don't know what was exactly wrong before, since when I built my app via VSCode terminal, the sourcemaps were produced.
steamprodz
changed the title
Webpack source code is already compiled (no source maps)
Webpack - no source maps
Jul 23, 2021
Hello,
I'm not very good with Webpacks and may do some mistakes in a description, but I think you will get a point.
I have a following issue:
When I use the middleware, my Vue.js app is built but the Webpack doesn't have source maps.
Original code:
Result:
Message in console:
DevTools failed to load source map: Could not load content for https://localhost:44303/vue/js/app.js.map: Load canceled due to load timeout
Possibly I am making a bad configuration?
My code setup is following:
So, I have vue.js files in client-app folder but export it to wwwroot/vue folder.
The reason is I want to mix up Razor pages and Vue.js pages.
P.S. When I run
npm run build
command in terminal in VSCode and start my .NET Core App, the sourcemaps are there and code is not compiled.Not sure what might be wrong here.
The text was updated successfully, but these errors were encountered: