requirejs.amd.json 329 B

123456789
  1. {
  2. "rjs_comment1": "require.min should be removed",
  3. "rjs_comment2": "it's backward compatibility hack if config finds",
  4. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  5. "rjs_comment4": "the former will go away in 0.14.0",
  6. "paths": {
  7. "requireJS": [ "require", "require.min" ]
  8. }
  9. }