capaj / jspm-mithril

Mithril.js boilerplate with hot reloading modules
MIT License
14 stars 1 forks source link

Feature request: Babel 6 with Mithril #6

Open ZaDarkSide opened 8 years ago

ZaDarkSide commented 8 years ago

I would like to use the newer Babel 6 with Mithril.

capaj commented 8 years ago

This is possible when using latest JSPM 0.17.0

ZaDarkSide commented 8 years ago

Yes, I am using JSPM 0.17.0, but I can't find a working boilerplate with Babel 6, Mithril, MSX (https://github.com/insin/msx), Babel MSX Transformer (https://github.com/Naddiseo/babel-plugin-mjsx)

Right now I'm using my own boilerplate but uses RequireJS instead of SystemJS and no JSPM.