We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7715d commit 5853d5aCopy full SHA for 5853d5a
package.json
@@ -25,6 +25,7 @@
25
"dependencies": {
26
"babel-core": "^5.2.17",
27
"babel-loader": "^5.1.3",
28
+ "babel-polyfill": "/Users/matthisk6.13.0",
29
"babel-runtime": "^5.4.7",
30
"body-parser": "^1.12.4",
31
"browserify-fs": "^1.0.0",
static/js/sandbox.js
@@ -5,7 +5,8 @@ import Compilers from './compilers';
5
const ES2015 = ['es2015', { modules: false }];
6
7
var runtimeScripts = [
8
- '/node_modules/babel-core/browser-polyfill.js',
+ '/node_modules/babel-polyfill/dist/polyfill.js',
9
+ // '/node_modules/babel-core/browser-polyfill.js',
10
// '/node_modules/traceur/bin/traceur-runtime.js',
11
// '/node_modules/regenerator/runtime.js'
12
];
0 commit comments