Sha256: 1fd7d5fe717c36e813b521531299d5d386368b6695cf4870d50800304ca8548f
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
module.exports = { test: [ /\.bmp$/, /\.gif$/, /\.jpe?g$/, /\.png$/, /\.tiff$/, /\.ico$/, /\.avif$/, /\.webp$/, /\.eot$/, /\.otf$/, /\.ttf$/, /\.woff$/, /\.woff2$/, /\.svg$/ ], exclude: [/\.(js|mjs|jsx|ts|tsx)$/], type: 'asset/resource', generator: { filename: 'static/[hash][ext][query]' } }
Version data entries
5 entries across 5 versions & 1 rubygems