mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
build: Follow-up 99d3320573
: Drop babel-polyfill, never used
Change-Id: I3eccd0c345b2c528bbb9458d404a3e0c91ae88f5
This commit is contained in:
parent
3e8f2edc83
commit
c07d4815e3
|
@ -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' ),
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue