PHP Classes

File: webpack/loaders/scss.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Vue Kit Plugin   webpack/loaders/scss.js   Download  
File: webpack/loaders/scss.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: 194 bytes
 

Contents

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