Open mattiaerli97 opened 3 years ago
When I try to export Quill so that can be used by my other libraries, I get the following error:
import Quill from 'quill' ^^^^^^ SyntaxError: Cannot use import statement outside a module
The problem seems related to the first lines in the src/index.js file of this package. Could you please help me with this problem? Thanks
https://stackoverflow.com/questions/58384179/syntaxerror-cannot-use-import-statement-outside-a-module Take a look?
When I try to export Quill so that can be used by my other libraries, I get the following error:
The problem seems related to the first lines in the src/index.js file of this package. Could you please help me with this problem? Thanks