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
From webpack-contrib/css-loader#755, it seems the @import is converted to a JS module, and we don't leave a trail around which css file path is used for constructing the JS module.
Leaving a trail can be one way to solve this problem.
This is because the reasons field of Webpack's stats doesn't include CSS.
I think we need to fix either https://github.com/vuejs/vue-loader, https://github.com/webpack-contrib/css-loader, or https://github.com/vuejs/vue-style-loader
The text was updated successfully, but these errors were encountered: