sbt-reactjs
sbt-reactjs copied to clipboard
Does it support CommonJS style ES6 code?
Basically I am currently using requirejs, but wanted to use CommonJS style code with ES6 support?
Doest sbt-reactjs support writing it?
is getting
Parse Error: Line 1: Illegal import declaration
for line
import React from 'react'
at the file top
I am not sure how to expose that, I haven't worked on this stuff in a while, but would be open to patches or suggestions.
Hi guys I am currently facing the same issue and was wondering whether you found a solution meanwhile. Bundling is crucial for our application and for now!
Hey guys, was a solution found?