UNPKG

198 BJavaScriptView Raw
1'use strict'
2
3const modify = require('./modify')
4
5module.exports = modify('es2015', {
6 'transform-es2015-typeof-symbol': true,
7 'transform-object-rest-spread': true,
8 'transform-react-jsx': true
9})