Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleImportant

If you want to use import * as module from "module_file" add 

{"type": "module" }

to you package.json file.

When you switch to modules, require(...) will not be usable.