Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Fix URL Paths Bug #31

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

The css-loader for Webpack breaks when we try to use url() to load images via CSS. To fix this replace the following:

{
    loader: "css-loader",
    options: {
        url: false
    }
},