소스 검색

polyfill in node context as well

Herbert Vojčík 9 년 전
부모
커밋
0ec9024a34
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      local.amd.json

+ 2 - 1
local.amd.json

@@ -3,6 +3,7 @@
     "amber/es2015-polyfills": "./index"
   },
   "shim": {
-    "amber/browser-compatibility": ["./es2015-polyfills"]
+    "amber/browser-compatibility": ["./es2015-polyfills"],
+    "amber/node-compatibility": ["./es2015-polyfills"]
   }
 }