loader-utils
loader-utils copied to clipboard
utils for webpack loaders
1. No any files can match `[test/cases/parsing/bom/bomfile.{css,js}]` rule, so I remove it. 2. About `[*.md]`, the first rule `insert_final_newline = true` is repeated as above, the second `trim_trailing_whitespace = false`,...
This PR contains a: - [x] **bugfix** - [ ] new **feature** - [x] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ] **metadata...
Related to [TypeError: this.getOptions is not a function](https://github.com/TypeStrong/ts-loader/issues/595)
At first moment we need agree on API and stringfy result. So, can you please review tests and if they are right, I can add real implementation.
Good day, guys! Yesterday I worked on configuring webpack for my own project and I found that I can't use the same output filename settings for all loaders. Especially, for...
Hi! It will be cool if loader will support output options of webpack, especially options for hash like as `hashDigestLength`. It is very useful if I should have the same...
The most Adblockers block resources if they contain specific words in the file name. While creating hashes for file names, this should be considered to make sure, resulting files don't...
We should use `normalize-path` module for `resourcePath` https://github.com/webpack/loader-utils/blob/master/lib/interpolateName.js#L110 to avoid this problem. It is breaking change so it should be done for major release.
Hi there, I am working on a loader that needs to compile an array of loaders and options into one string. I've noticed that `vue-loader` authors have implemented similar functionality...
Just thought I'd inform this project that it has a known regex vuln out against it now. https://nvd.nist.gov/vuln/detail/CVE-2022-37599