local.amd.json 191 B

123456789
  1. {
  2. "paths": {
  3. "amber/es2015-polyfills": "./index"
  4. },
  5. "shim": {
  6. "amber/browser-compatibility": ["./es2015-polyfills"],
  7. "amber/node-compatibility": ["./es2015-polyfills"]
  8. }
  9. }