chore(babel-preset-app): fix lint error (#5296)

This commit is contained in:
Dmitry Molotkov 2019-03-20 16:20:33 +03:00 committed by Xin Du (Clark)
parent be4cee84bf
commit 60e9f781dc

View File

@ -1,5 +1,3 @@
const path = require('path')
const defaultPolyfills = [ const defaultPolyfills = [
// Promise polyfill alone doesn't work in IE, // Promise polyfill alone doesn't work in IE,
// Needs this as well. see: #1642 // Needs this as well. see: #1642