You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Using options throws the error:
Module build failed: Error: parseQuery should get a string as first argument
at Object.parseQuery (/path/to/app/node_modules/loader-utils/index.js:68:9)
at Object.module.exports (/path/to/app/node_modules/css-loader/lib/loader.js:1
If the current behavior is a bug, please provide the steps to reproduce.
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Using
options
throws the error:If the current behavior is a bug, please provide the steps to reproduce.
https://gist.github.com/mrdanimal/a49acbb6fcdcb4b44171db4675b769ba
What is the expected behavior?
It should allow you to configure the loader using
options
Please mention other relevant information such as your webpack version, Node.js version and Operating System.
The text was updated successfully, but these errors were encountered: