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
but when I'm refreshing my page, in console, I got this error : GET https://my-url/[email protected]/vue-datepicker/dist/Datepicker.css [HTTP/1.1 404 Not Found 32ms]
FYI, css-loader is installed and work with others css, but I think it's about the link to css file
The text was updated successfully, but these errors were encountered:
For me it seems like you are missing the configuration to resolve modules. I'm not sure but i think you need to enable options: { modules: true, }, in the css loader 🤔
Did you try to import it inside the script tag? This should normally work 🤔
For ccs loader, I don't really know, I'm on a project and I never seen how it really works. I'll look for it.
For import, thing is my imports are in JS files that work as a bundle, with many imports and we import the JS file we need, so we don't load everything.
I'm trying to import style as you said in your docs :
but when I'm refreshing my page, in console, I got this error :
GET https://my-url/[email protected]/vue-datepicker/dist/Datepicker.css [HTTP/1.1 404 Not Found 32ms]
FYI, css-loader is installed and work with others css, but I think it's about the link to css file
The text was updated successfully, but these errors were encountered: