-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot resolve module 'style' #222
Comments
need to import css in style node in your entry vue file of app. |
more error: ERROR in ./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-dba0c600!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/App.vue
Module not found: Error: Cannot resolve module 'style' in /home/farzer/Documents/git-project/bolecity/src
@ ./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-dba0c600!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/App.vue 3:10-91 // App.vue <style>
@import "./assets/style/materialize.css";
</style> |
@farzer I guess you need |
sorry, it worked in a new vue project. |
i'm having same problems right now. i set my project with vue-cli. |
@reumia sorry can not help you, I do not tangle too long on this issue, and no such problems later. |
after init, I import a css in the
main.js
but make error:
and following is my devDependencies:
I don not change the webpack config
thanks for all help
The text was updated successfully, but these errors were encountered: