Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 13 lines (11 sloc) 421 Bytes
var modify = require('modify-babel-preset');
var LOOSE = {loose: true};
module.exports = modify('es2015', {
'transform-es2015-template-literals': LOOSE,
'transform-es2015-classes': LOOSE,
'transform-es2015-computed-properties': LOOSE,
'transform-es2015-for-of': LOOSE,
'transform-es2015-spread': LOOSE,
'transform-es2015-destructuring': LOOSE,
'transform-es2015-modules-commonjs': LOOSE
});
You can’t perform that action at this time.