jokade

Results 52 comments of jokade

OK, `@JSExportStatic` only works on `@ScalaJSDefined` classes, so we're currently stuck with the `-sjsx` file.

Did you include the `-sjsx.js` file? Anyway, this problem might be solved when #60 is implemented.

@Cedware OK, if that's all you need to change, just set ```scala ngScalaModule := "./scalajs-bundler/projectname-fastop-bundle.js" ``` in your `build.sbt`.

@Cedware Finally I've tried scalajs-bundler myself, and I#m having some issues with module resolution (rxjs/Observable cannot be found). Did you encounter similar problems?

You can add these via `sjsxSnippets` in `build.sbt`: ```scala sjsxSnippets += SJSXSnippet(0,"""require("core-js")""") ``` However, I'm planning tighter integration with `scalajs-bundler` for the `0.1.0` release

Hmm, I'm using system.js for dev, and I think it would be great, if scalajs-bundler would support various strategies (system.js, webpack, stealjs, ...)

@RBleyenberg sorry for the late response... I've created a preliminary [giter template](https://github.com/jokade/angulate2-seed.g8): ```g8 jokade/angulate2-seed.g8``` or with a recently new sbt version simply: ```sbt new jokade/angulate2-seed.g8``` Please note: the template currently...

@schmitch I know about scalajs-bundler, but that plugin solely focuses on bundling with webpack, whereas I wanted to use System.js as alternative during development (while using the same set of...

@schmitch Did you activate `Angulate2Plugin` or `Angulate2BundlingPlugin`? The former should not result in any conflicts with scalajs-bundler.

That's strange, I don't get any conflicts. Which version of angulate do you use?