0

I need to load a single AMD module using node.js.

Basically I need to check only the presence for a property in that AMD module.

I would like to know if node offers this possibility directly. If no I would like to know a npm package which could help on the tasks, which does not change the node loader (I need a very simple solution for now).

Thanks

Radex
  • 7,815
  • 23
  • 54
  • 86

1 Answers1

1

It's hard to answer such a broad question in any details.

See the resources in those answers:

and you should find all the info you need.

Community
  • 1
  • 1
rsp
  • 107,747
  • 29
  • 201
  • 177