Ran
Ran
Added a new method to support path with wildcards. I didn't change the original `set` method because I don't want to introduce a new parameter. So user can choose to...
We don't generate full HTML page in our setup. We generate a HTML snippet then they are included as part of backend output (for some legacy reasons). This PR adds...
The plugin is throwing following error with Webpack 5 ``` Error: NormalModuleFactory.beforeResolve is no longer a waterfall hook, but a bailing hook instead. Do not return the passed object, but...
Based on https://developer.chrome.com/blog/private-network-access-preflight/ > Chrome will start sending a CORS preflight request ahead of any [private network request](https://developer.chrome.com/blog/private-network-access-preflight/#what-is-private-network-access-pna) for a subresource, which asks for explicit permission from the target server....
Check out our fork. https://github.com/bbscoin/node-multi-hashing
When running against the options like ``` { src: ['/absolute/path/to/deep/**/deep*.txt'], srcBase: '/absolute/path/to/deep/', prefixBase: true } ``` The return paths will be prefixed incorrectly like: `/absolute/path/to/deep/absolute/path/to/deep/**/deep*.txt` This pull request is addressed...