Daniel Husar
Daniel Husar
I was having the same issue, ended up creating my own custom loader: ```js function isAbsolutePath(url) { return /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(url) } module.exports = function (content) { if (this.cacheable) this.cacheable() this.addDependency(this.resourcePath) let...
I made also a loader for that https://github.com/danielhusar/styled-jsx-url-loader
It would be great to have official docs and examples on testing resolvers.
Looks useful to me as well. Im quite busy at the moment, but I can take a look on implementing this at the end of the next week :)
Na onclink by si bindovat urcite nemal. Robi sa to v constructore. :) (aj react doc to ma takto) https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md
Yeah, feel free to submit PR.
Hey, I haven't used pleeease in very long time, but is pleeease expected to do that by default ? Pleeease is used pragmatically here, so I think it will ignore...
Hey :) Its most likely issue with pleease itself. Can you please try it with raw library if it works ?
BTW mqpacker is very dangerous :)
Hey, do you have phantomjs installed ?