Hovhannes Babayan
Hovhannes Babayan
@alexkuz , can you release a new version to npm, so we'll get all patches which happen after 2014, including this one? The latest version available is 0.1.0, which is...
Setting `globalObject: 'typeof self !== \'undefined\' ? self : this'` produces exactly the same UMD header as in WebPack 3
Hi, please let me know how can I reproduce the issue. Ideal would be to provide a repo with webpack configured and the image under question, where I can run...
What is your webpack version?
@xiang0308 to be honest I don't understand your repo setup. Webpack does not parse HTML and you say that you have `` inside HTML... Unless you have some loader for...
Hi, Do you have any other webpack loaders configured? Replacement logic in `svg-url-loader` is pretty simple (it is actually a series of simple regex replacements) and while I am not...
I don't know about `css-loader` and `less-loader`. There are many different pieces in such setup and a variety of options. If you can put together a minimal repo with the...
Thanks for your PR! Code looks great. Can you add some tests to make codecov happy? Also I am curious if it is possible to see the name of the...
@Root-Core , then add some tests and I'll be happy to merge your PR. Regarding tests. Perhaps it will be possible to setup a spy on emitWarning() method.
@dimitor115 can you please explain your idea more? > So my idea is to use this loader before SCSS loader, and by configuration tell this loader to skip given phrase...