css-loader icon indicating copy to clipboard operation
css-loader copied to clipboard

Fix url option signature

Open felds opened this issue 3 years ago • 2 comments

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

felds avatar Mar 05 '22 02:03 felds

CLA Not Signed

Can you accept CLA?

alexander-akait avatar Mar 05 '22 10:03 alexander-akait

FIxed in master, anyway thank you

alexander-akait avatar Dec 26 '23 14:12 alexander-akait