elsehow / hyperchat2

p2p messageboard around a hyperlog
2 stars 1 forks source link

Use babel/babelify ES2015 presets #18

Closed harperj closed 8 years ago

harperj commented 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.