How do you propose this to be used without SystemJS?
I am currently using webpack for my angular 2 app and have been following this repo closely, however with alpha.0 it seems it can only be consumed if you are using SystemJS due to the packages using System.register.
It would be nice to see this usable in a commonjs environment.
@UnwrittenFun Hmm, this looks like a bug in the release process. It was supposed to be commonjs modules in the release.
Isn't it just the simple case of replacing system with commonjs here https://github.com/angular/material2/blob/master/src/tsconfig.json#L7?
It is. The release script was supposed to do that automatically.
This should be fixed now with the alpha.1 release.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
This should be fixed now with the
alpha.1release.