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
I am using buefy library for theming in vue js application. I am getting following build error in webpack.config.js. Can anyone help me with that?
#1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
ERROR in ./node_modules/buefy/dist/buefy.css 2:0
Module parse failed: Unexpected character '@' (2:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| /*! Buefy v0.9.17 | MIT License | github.com./buefy/buefy */
and this is package.json
I am getting the following Error
ERROR in ./node_modules/buefy/dist/buefy.css 2:0
Module parse failed: Unexpected character '@' (2:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| /*! Buefy v0.9.17 | MIT License | github.com./buefy/buefy */
webpack 5.68.0 compiled with 1 error in 3689 ms
The text was updated successfully, but these errors were encountered: