esnunes / riotjs-loader

riotjs module loader for webpack
MIT License
103 stars 41 forks source link

Does not work with babel 6 #11

Closed osiloke closed 8 years ago

nilpath commented 8 years ago

@osiloke At first, I thought so too. However, I got it working by following the instructions for compiling with babel 6 and then made sure I only use type="babel" in my riot tags or to set { query: { type: 'babel' } } on the riotjs-loader in webpack.

osiloke commented 8 years ago

cool++