contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
86 stars 33 forks source link

Update webpack loader config to work with windows directory separators as well #570

Closed bezin closed 4 years ago

bezin commented 4 years ago

Webpack fails due to loader only checking for forward slashes in in tests. These fail on Windows systems, hence images could not be loaded.

Also, the options in the webmanifest and browserconfig related file loader are uneccesary and seem to be there due to copy pasting (see https://www.npmjs.com/package/app-manifest-loader).