@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 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.