Results 5 comments of Chris Antes

+1 to a separate npm package for data! My use case is that I'm interested in building a list of features available in a given set of browsers and Node...

I worked around this by providing an explicit loader along with the filename: ```js System.import('./theme.scss!sass'); ``` I did only have the one file to import so YMMV

While I'd personally prefer to use a well-tested third-party library to help me take care of complicated stuff like this, I could appreciate wanting to be dependency-free. @gmkeith @kmbilly -...

@angular-tools #7 has been merged. Any plans to release a new version to Bower any time soon? Thanks!

I've observed that this issue will not occur when starting in _tree_ mode, then switching to _code_ mode. It does occur when defaulting the mode to _code_. Not sure if...