Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

fix: webpack server config will omit image output #205

Merged
merged 1 commit into from
May 25, 2018
Merged

fix: webpack server config will omit image output #205

merged 1 commit into from
May 25, 2018

Conversation

iMobs
Copy link
Contributor

@iMobs iMobs commented Mar 28, 2018

This splits the url-loader rule into the client and server configs with the only difference being whether the file is emitted by webpack or not. In the server rendered page, src tags will still have the correct file path.

This splits the url-loader rule into the client and server configs with
the only difference being whether the file is emitted by webpack or not.
In the server rendered page, src tags will be correctly filled in.
@codecov
Copy link

codecov bot commented Mar 28, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   96.36%   96.36%           
=======================================
  Files          10       10           
  Lines          55       55           
  Branches        5        5           
=======================================
  Hits           53       53           
  Misses          2        2

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 a5e0bf4...3fab350. Read the comment docs.

@Metnew Metnew merged commit ec30ab1 into Metnew:master May 25, 2018
@iMobs iMobs deleted the ssr-images branch May 25, 2018 16:04
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.

2 participants