Javascript: Using Import instead of Require

By PNC No comments

To use IMPORT in Javascript instead of Require, add this to your package.json:

"type": "module"