This is a feature request for a max line length option. Uglify has a similar one available. ```JavaScript var options = { code: true, comments: true, presets: [ ['babel-preset-babili', { maxLineLength: 500 }] ] }; ```
This is a feature request for a max line length option. Uglify has a similar one available.