javascript
javascript copied to clipboard
SyntaxError: import declarations may only appear at top level of a module
Explanation
For my bachelor thesis I am writing my own SEO module for TYPO3 and would like to implement the YoastJS-Module.
I try to implement the module and get the following error message in the Firefox console: SyntaxError: import declarations may only appear at top level of a module
Technical decisions
I use Firefox 63.03