Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Fix handling of loaders as objects without a query prop #232

Merged
merged 2 commits into from
Aug 17, 2016
Merged

Fix handling of loaders as objects without a query prop #232

merged 2 commits into from
Aug 17, 2016

Conversation

insin
Copy link
Contributor

@insin insin commented Aug 17, 2016

If you provide a loader as an object without query config, the entire object currently gets returned from getLoaderWithQuery() and ends up being stringified as [object Object] in the final loader string generated.

@insin insin mentioned this pull request Aug 17, 2016
@codecov-io
Copy link

codecov-io commented Aug 17, 2016

Current coverage is 85.84% (diff: 100%)

Merging #232 into master will increase coverage by 0.34%

@@             master       #232   diff @@
==========================================
  Files             4          4          
  Lines           331        332     +1   
  Methods          68         68          
  Messages          0          0          
  Branches         71         72     +1   
==========================================
+ Hits            283        285     +2   
+ Misses           48         47     -1   
  Partials          0          0          

Powered by Codecov. Last update 2cf2e87...a36dbf8

@sokra sokra merged commit 1a29dd6 into webpack-contrib:master Aug 17, 2016
@sokra
Copy link
Member

sokra commented Aug 17, 2016

Thanks

@insin insin deleted the patch-1 branch August 17, 2016 18:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants