patleeman / quill-markdown-shortcuts

Quill.js module that converts markdown to rich text formatting while typing.
https://patleeman.github.io/quill-markdown-shortcuts/
139 stars 49 forks source link

Fix Quill external config name #26

Closed p-salmon closed 5 years ago

p-salmon commented 5 years ago

Hello!

We are getting error of compilation due to a typo in the Webpack config while running our project:

Cannot find file: 'quill.js' does not match the corresponding name on disk: '/PATH/node_modules/Quill/dist/quill'.

Thanks again for the awesome project!

patleeman commented 5 years ago

Published 0.0.9 to NPM. Sorry about the typo and thanks for the PR!