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
  • 6,303
  • 18
  • 44
  • 76

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
  • 100,622
  • 26
  • 191
  • 167