I was following the tutorial here http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/
When I try to run rollup, I got this error. Module /Users/gordon/workspace/CraigsMenu/craigsmenu-web/node_modules/@angular2-material/input/input.js does not export MdInputModule (imported by /Users/gordon/workspace/CraigsMenu/craigsmenu-web/dist/app.module.js)
I'm not sure which thing caused the problem. Is it possible that angular2 material input did not support es2015 properly and is still commonjs module?
Anything helps. Thanks in advance!