Skip to content
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

docs: remove section on single: true from webpack integration #162

Merged
merged 1 commit into from
Nov 2, 2017

Conversation

satya164
Copy link
Member

@satya164 satya164 commented Nov 2, 2017

If the user has other loaders that modify the css in his pipeline this will break, e.g. - url() with url-loader etc. and this will be a production-only bug due to the file being processed by css-loader only in development.

If the user has other loaders that modify the css in his pipeline this will break, e.g. - `url()` with `url-loader` etc. and this will be a productiononly bug due to the file being processed by `css-loader` only in development.
@codecov
Copy link

codecov bot commented Nov 2, 2017

Codecov Report

Merging #162 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   97.53%   97.53%           
=======================================
  Files          19       19           
  Lines         406      406           
  Branches       83       83           
=======================================
  Hits          396      396           
  Misses         10       10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d3a125...fbc7f5c. Read the comment docs.

@zamotany zamotany merged commit 9edf54e into master Nov 2, 2017
@zamotany zamotany deleted the @satya164/url-docs branch November 2, 2017 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants