jokade / angulate2

Scala.js bindings for Angular
MIT License
87 stars 15 forks source link

Example of how to integrate with scalajs-bundler #62

Open leangl opened 7 years ago

leangl commented 7 years ago

I'm new in the Scala.js world and I'm having a hard time integrating Angulate with ScalaJS-bundler. It uses webpack as a module loader instead of systemjs and it complains it doesn't find a main method. Would be possible to provide an example of that?