PHP Classes

File: webpack/loaders/fonts.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Emailer   webpack/loaders/fonts.js   Download  
File: webpack/loaders/fonts.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Emailer
Allow WordPress users to configure email settings
Author: By
Last change:
Date: 1 year ago
Size: 212 bytes
 

Contents

Class file image Download
module.exports = { test: /\.(woff|woff2|eot|ttf|svg)$/, use: [ { loader: 'file-loader', options: { outputPath: 'fonts', }, }, ], };