Module parse error: node_modules\quill\dist\quill.snow.css Unexpected token (7:0)
See original GitHub issueWhy am I getting this error? I’m using default laravel 5.3 setup
Module parse failed: C:\laragon\www\projectname\node_modules\quill\dist\quill.snow.css Unexpected token (1:0) You may need an appropriate loader to handle this file type. | .ql-container { | box-sizing: border-box; | font-family: Helvetica, Arial, sans-serif; @ ./~/buble-loader!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vue-quill-editor/editor.vue 6:0-36 @ ./~/vue-quill-editor/editor.vue @ ./~/vue-quill-editor/index.js @ ./assets/src/js/admin/main.js./~/quill/dist/quill.bubble.css
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top GitHub Comments
It worked! but another warning appeared
[Vue warn]: Failed to mount component: template or render function not defined. (found in component <quill-editor>)
EDIT: Please disregard this issue, fixed it using
Vue.component('quill-editor', VueQuillEditor.quillEditor);
Thank you so much 👍
what file to located this syntax ?