PHP Classes

File: webpack/loaders/css.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Vue Kit Plugin   webpack/loaders/css.js   Download  
File: webpack/loaders/css.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Vue Kit Plugin
Vue.js plugin to build WordPress user interfaces
Author: By
Last change:
Date: 1 year ago
Size: 190 bytes
 

Contents

Class file image Download
const miniCssExtractPlugin = require("mini-css-extract-plugin"); module.exports = { test: /\.css$/, use: [ miniCssExtractPlugin.loader, "style-loader", "css-loader", ] };