Skip to content

Commit

Permalink
Remove babale ES6 polyfill (for now)
Browse files Browse the repository at this point in the history
We will need to re-add this to get BO running on IE
  • Loading branch information
tfennelly committed Jun 9, 2016
1 parent 82244f5 commit e4ce334
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion blueocean-web/package.json
Expand Up @@ -14,7 +14,6 @@
"@jenkins-cd/js-builder": "0.0.34",
"@jenkins-cd/js-test": "1.1.1",
"babel-eslint": "^6.0.2",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"eslint": "2.8.0",
Expand Down
3 changes: 0 additions & 3 deletions blueocean-web/src/main/js/blueocean.js
@@ -1,6 +1,3 @@
// Apply polyfills before we do anything.
require('./polyfills');

// Initialise the Blue Ocean app.
const init = require('./init.jsx');

Expand Down
3 changes: 0 additions & 3 deletions blueocean-web/src/main/js/polyfills.js

This file was deleted.

0 comments on commit e4ce334

Please sign in to comment.