Cedware
Cedware
@chanan Thanks for you fast response and your work on this project of course! @andersstorhaug Thanks I'll use that for the moment :)
Actually there shouldn't be any .ts files inside your output directory, can you provide me an example?
Seems to be a usefull feature. I'll take a look on that
the -sjsx.js file containt this line: `var s = require('scalaModule');` which should be `var s = require('./scalajs-bundler/projectname-fastop-bundle.js');` I modified my webpack config in away, that it modifies the -sjsx file...
@jokade I didn't had any problems like this, but I haven't been using rxjs explicit. Did you require rxjs in your own code or did the exception happen in some...
@jokade For the usage with a module bundler like it would be a huge advantage to include: ``` require("core-js") require("core-js/es7/reflect") require("zone.js") ``` into the -sjsx file. So the will be...
Alright this is great :) I'm working on a alternative to scalajs-bundler with stealjs. I think the bundling progress is to slow for development
I have a similar problem, which may could have the same cause. I am using play 2.6.11 and swagger-play 1.6.0 It looks like the newInstance method fails for the class...
+1 configuring routes in the ViewModel isn't really pretty