Nuxt.js Tryes to fetch source map in asyncData function.
[issue link]Hi,
I use (noty)[https://github.com/needim/noty] in my project and i have loaded it like this.
nuxt.config.js
css: [
'~/assets/scss/main.scss',
'noty/lib/noty.css'
]
noty.css contains source mapping url at bottom /*# sourceMappingURL=noty.css.map*/
For that reason my async functions are trying to parse /api/v1/products/noty.css.map and for that reason im getting 404 errors.
Im using nuxt axios module.
EDIT: I also noticed that it sometimes trys to fetch favicon.ico