Adding in more experience sections, and support for webp files in build.

This commit is contained in:
Frank Delaguila
2022-07-10 21:23:03 -06:00
parent d183d9cf27
commit e6d412125c
6 changed files with 69 additions and 9 deletions

View File

@@ -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]',