Explorar o código

polyfill in node context as well

Herbert Vojčík %!s(int64=9) %!d(string=hai) anos
pai
achega
0ec9024a34
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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"]
   }
 }