I'm trying to import a package inside an old coffe script file:
import Quill from 'quill/core'
But keep getting the error:
Uncaught SyntaxError: Cannot use import statement outside a module
I set type: module
inside the package.json file too. The import also is working in Vue files.