css-loader
css-loader copied to clipboard
Fix url option signature
This PR contains a:
- [x] bugfix
- [ ] new feature
- [ ] code refactor
- [ ] test update
- [ ] typo fix
- [ ] metadata update
Motivation / Use-Case
The current signature results in this error:
ValidationError: Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
- options.url has an unknown property 'url'. These properties are valid:
object { filter? }
Breaking Changes
Additional Info
- :x: - Luiz “Felds” Liscia The commit (af731eb0de2d86e77b2a3af95d51023e9956d411) is not authorized under a signed CLA. Please click here to be authorized. For further assistance with EasyCLA, please submit a support request ticket.
Can you accept CLA?
FIxed in master, anyway thank you