Skip to content

Webpack 2 breaks with quill  #6

Open
@Kuchiriel

Description

@Kuchiriel

I have recently recoded vue-admin codebase to es6, and now i am running it with babel, no problems at all. But I don't no why, quill component is the only one that breaks. Webpack have all the needed loaders, I don't know what is causing it.

ERROR in ./client/views/components/Quill.vue
Module not found: Error: Can't resolve 'styl-loader' in '/home/trevor/Projects/front-end/client/views/components'
 @ ./client/views/components/Quill.vue 4:2-285
 @ ./client/views async ^\.\/.*\.vue$
 @ ./client/store/modules/menu/lazyLoading.js
 @ ./client/store/modules/menu/index.js
 @ ./client/store/index.js
 @ ./client/app.js
 @ ./client/index.js
 @ multi ./build/dev-client ./client/index.js

ERROR in ./~/vue-bulma-quill/src/Quill.vue
Module not found: Error: Can't resolve 'styl-loader' in '/home/trevor/Projects/front-end/node_modules/vue-bulma-quill/src'
 @ ./~/vue-bulma-quill/src/Quill.vue 4:2-253
 @ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./client/views/components/Quill.vue
 @ ./client/views/components/Quill.vue
 @ ./client/views async ^\.\/.*\.vue$
 @ ./client/store/modules/menu/lazyLoading.js
 @ ./client/store/modules/menu/index.js
 @ ./client/store/index.js
 @ ./client/app.js
 @ ./client/index.js
 @ multi ./build/dev-client ./client/index.js
Child html-webpack-plugin for "index.html":
         Asset     Size  Chunks  Chunk Names
    index.html  26.5 kB       0  
webpack: Failed to compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions