Adding in more experience sections, and support for webp files in build.
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.(png|jpe?g|gif|svg)$/i,
|
||||
test: /\.(png|jpe?g|gif|svg|webp)$/i,
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
name: '[name].[ext]',
|
||||
|
||||
Reference in New Issue
Block a user