minhtranite / react-photoswipe

PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.
322 stars 106 forks source link

use relative path with quotes #4

Closed autarc closed 9 years ago

autarc commented 9 years ago

Solves the issue of using webpack with CSS loader and referring absolute paths.

minhtranite commented 9 years ago

I don't see any issue when using with webpack. Can you provide a simple sample.

autarc commented 9 years ago

In a current project using webpack-isomorphic-tools an error of not finding the proper asset path occurs. Following the guidelines of the CSS loader and using relative definitions solved this issue.