diff options
Diffstat (limited to 'webpack.config.d/file.js')
-rw-r--r-- | webpack.config.d/file.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.d/file.js b/webpack.config.d/file.js index 8b853e7e..a5c7b5da 100644 --- a/webpack.config.d/file.js +++ b/webpack.config.d/file.js @@ -1,6 +1,6 @@ config.module.rules.push( { - test: /\.(jpe?g|png|gif|svg)$/i, + test: /\.(jpe?g|png|gif)$/i, loader: 'file-loader' } );
\ No newline at end of file |