-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Migrate] loaders transform: should options be always grouped with the loader #159
Comments
Any status update on this? |
@okonet - Can options be bound to multiple loaders? Isn't it more clearer to group them with the loaders? |
I don't know! That's why I've created this issue. |
According to the webpack TypeScript definition files, a UseRule (i.e. a rule with a So you either need to continue using a LoaderRule (i.e. |
Thanks @schmuli! I'll need to update code to make this happen. |
I will take a crack at this, the out put should be something like this right ?
|
Do you want to request a feature or report a bug?
Bug/Question?
What is the current behavior?
This:
will be converted to this:
Question is: is this correct result or should options be grouped with the
loader
?cc @sokra
The text was updated successfully, but these errors were encountered: