Skip to content
Snippets Groups Projects
Commit dd0db389 authored by esikkala's avatar esikkala
Browse files

Add output folder for images

parent 9d3add52
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,10 @@ module.exports = {
},
{
test: /\.(png|svg|jpg|gif)$/,
use: [
'file-loader'
]
loader: 'file-loader',
options: {
outputPath: 'images'
}
}
]
},
......
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