Browse Source

polyfill in node context as well

Herbert Vojčík 8 years ago
parent
commit
0ec9024a34
1 changed files with 2 additions and 1 deletions
  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"]
   }
 }