Dain Liffman

Results 5 comments of Dain Liffman

It seems the path to the source file isn't currently being given to `RefPostProcessor` and I don't have the fully qualified location `fqURI` there either. I am trying to write...

This is an example of what I'm seeing in `refDetails` (first argument to `RefPostProcessor`) ``` { def: { '$ref': './test.yaml' }, uri: './test.yaml', uriDetails: { scheme: undefined, userinfo: undefined, host:...

So I modified the demo to highlight the issue I'm having https://github.com/dainyl/js-to-styles-var-loader/blob/changed-demo/demo/colors.js This is the error I'm getting: ``` ERROR in ./~/css-loader!./~/sass-loader/lib/loader.js!..!./style.scss Module build failed: /Users/dainliffman/git/js-to-styles-var-loader/demo/colors.js:1 (function (exports, require, module,...

Yep node understands most of es6 besides the module api. I've managed to work around that by running webpack with babel via [http://stackoverflow.com/a/31906902](http://stackoverflow.com/a/31906902). However, it would still be nice if...

This bug was introduced in 290cbcca3dde40e34f935b234c7e248a88282769