Sha256: 141dabeb19fa2280a6f6a5a69d1fe92b5617d74ab66a375d9e9b2d2d761a7389
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 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/[name]-[hash][ext][query]' } }
Version data entries
9 entries across 9 versions & 2 rubygems