Sha256: 0db6088f1ca6d16cff10f6ab7f06ab3979dbe38ef94b6b5b041263013adc0f3e
Contents?: true
Size: 338 Bytes
Versions: 16
Compression:
Stored size: 338 Bytes
Contents
const { join } = require('path') const { source_path: sourcePath } = require('../config') module.exports = { test: /\.(jpg|jpeg|png|gif|tiff|ico|svg|eot|otf|ttf|woff|woff2)$/i, use: [ { loader: 'file-loader', options: { name: '[path][name]-[hash].[ext]', context: join(sourcePath) } } ] }
Version data entries
16 entries across 16 versions & 2 rubygems