nav tabs on admin dashboard
This commit is contained in:
2
node_modules/laravel-mix/src/builder/webpack-rules.js
generated
vendored
2
node_modules/laravel-mix/src/builder/webpack-rules.js
generated
vendored
@@ -10,7 +10,7 @@ module.exports = function() {
|
||||
// Add support for loading images.
|
||||
rules.push({
|
||||
// only include svg that doesn't have font in the path or file name by using negative lookahead
|
||||
test: /(\.(png|jpe?g|gif)$|^((?!font).)*\.svg$)/,
|
||||
test: /(\.(png|jpe?g|gif|webp)$|^((?!font).)*\.svg$)/,
|
||||
loaders: [
|
||||
{
|
||||
loader: 'file-loader',
|
||||
|
||||
Reference in New Issue
Block a user