UNPKG

ko

Version:
20 lines (19 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const assetModules = [ { test: /\.(woff|woff2|ttf|eot)$/, type: 'asset/resource', generator: { filename: 'fonts/[hash][ext][query]', }, }, { test: /\.(png|jpg|jpeg|gif|webp|svg|ico)$/i, type: 'asset/resource', generator: { filename: 'images/[hash][ext][query]', }, }, ]; exports.default = assetModules;