kevmodrome / svelte-quill

An action for Svelte components to easily use QuillJS.
MIT License
39 stars 10 forks source link

Rollup: 'quill' is apparently not exported? #2

Closed sho13 closed 4 years ago

sho13 commented 4 years ago

I'm importing quill as followed in your README import { quill } from "svelte-quill"; and I get this error from my build Error: 'quill' is not exported by node_modules/svelte-quill/dist/index.umd.js

Any insight?

kevmodrome commented 4 years ago

Not sure what might be going on, looking at the REPL it's working fine: https://svelte.dev/repl/0cc84ebc0b114dd7ab5b20b87bbee486?version=3.19.1

kevmodrome commented 4 years ago

Closing, please make a comment if you still have this problem.