Closed harperj closed 8 years ago
This enables more of the functionality of Babel. In newer versions (>6.0.0) Babel won't allow all ES2015 features unless you enable these presets.
Also moved Babel / Babelify / Browserify settings into package.json and .babelrc.
package.json
.babelrc
This enables more of the functionality of Babel. In newer versions (>6.0.0) Babel won't allow all ES2015 features unless you enable these presets.
Also moved Babel / Babelify / Browserify settings into
package.json
and.babelrc
.