Jquery UI and Webpack, images are not loaded -


i'm using webpack load jquery ui , except images works fine. because webpack generates images dist/fonts folder while javascript/css bundled dist/js/vendor.js file.

this causes problem since urls backgrounds in jquery ui css has path background-image: images/someimage.png

so when jquery ui has been "webpackified", paths background-image rules broken.

how can solve this?


Comments