Explorar el Código

polyfill in node context as well

Herbert Vojčík hace 9 años
padre
commit
0ec9024a34
Se han modificado 1 ficheros con 2 adiciones y 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"]
   }
 }