Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • I know this is an old question but for anyone else searching: Does this resource help? Not sure which methods you've tried yet stackoverflow.com/questions/5797852/…
    – dan webb
    Commented Dec 12, 2018 at 12:57
  • 3
    Have you tried func.show_message();? Given that you are using import * as func from './functions.js' Commented Dec 12, 2018 at 13:00
  • 3
    This is a CORS relative path issue, not an importing issue.
    – Andrew Li
    Commented Dec 13, 2018 at 2:42
  • There's no such thing as 'import' and export' in pure javascript. Please add aditional tags if you are using another library.
    – A Friend
    Commented Dec 13, 2018 at 5:39
  • stackoverflow.com/a/950146/1675954 as far as the errors re. the module source being disallowed, disable /uninstall your extensions Commented Dec 14, 2018 at 21:26