Skip to content
Snippets Groups Projects
Commit da0fa70a authored by Whiskey's avatar Whiskey Committed by James Curtin
Browse files

Images missing in webpack 4 (#535)

Fix for #509 courtesy of lamphej and brightgems.
parent c1a62967
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ module.exports = {
new ManifestRevisionPlugin(path.join(__dirname, '{{cookiecutter.app_name}}', 'webpack', 'manifest.json'), {
rootAssetPath,
ignorePaths: ['/js', '/css'],
extensionsRegex: /\.(ttf|eot|svg|png|jpe?g|gif|ico)$/i,
}),
].concat(debug ? [] : [
// production webpack plugins go here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment