Skip to content

Commit

Permalink
Use shared Babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 19, 2019
1 parent 61c7cee commit 4efcbcb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .babelrc.js
@@ -1,16 +1,3 @@
// istanbul ignore file
'use strict'

module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: { node: '6.5.0' },
useBuiltIns: 'usage',
},
],
],
plugins: ['@babel/plugin-transform-runtime'],
shouldPrintComment: comment => comment.includes('istanbul ignore'),
}
module.exports = require('gulp-shared-tasks/.babelrc.js')

0 comments on commit 4efcbcb

Please sign in to comment.