build: Follow-up 99d3320573: Drop babel-polyfill, never used

Change-Id: I3eccd0c345b2c528bbb9458d404a3e0c91ae88f5
This commit is contained in:
James D. Forrester 2018-04-25 12:55:07 -07:00
parent 3e8f2edc83
commit c07d4815e3
2 changed files with 0 additions and 3 deletions

View file

@ -4,8 +4,6 @@
* @package VisualEditor
*/
require( 'babel-polyfill' );
/* eslint-env node, es6 */
module.exports = function ( grunt ) {
var modules = grunt.file.readJSON( 'lib/ve/build/modules.json' ),

View file

@ -10,7 +10,6 @@
"screenshots-all": "grunt screenshots-all"
},
"devDependencies": {
"babel-polyfill": "6.9.1",
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",