Skip to content

Include babelified files in the dist

Vinay Rosenberg requested to merge github/fork/forbesjo/babel-build into development

Created by: forbesjo

The intent of this PR is to provide an ES5 version of the source files for use in Browserify workflows (this would resolve #1483 (closed)).

cb897867 does add a way for Browserify to work but it currently requires the user to have babel and babelify as dependencies.

Merge request reports