@mahpooya/laravel-mix-clean

0.1.11 • Public • Published

@mahpooya/laravel-mix-clean

Latest Version on NPM npm Software License

This extension adds support for clean-webpack-plugin to Laravel Mix.

Installation

npm i -D @mahpooya/laravel-mix-clean

Usage

Require the extension inside your webpack.mix.js and add clean configurations like this:

const mix = require('@mahpooya/laravel-mix');

require('@mahpooya/laravel-mix-clean');

mix
  .sass('src/app.scss', 'dist')
  .sass('src/app.sass', 'dist')
  .less('src/app.less', 'dist')
  .stylus('src/app.styl', 'dist')

  // Run default output cleaning
  .clean()

  // Run clean with
  .clean({
    // ...options
  })

For more information about clean-webpack-plugin configurations please refer to their documentation.

Package Sidebar

Install

npm i @mahpooya/laravel-mix-clean

Weekly Downloads

15

Version

0.1.11

License

MIT

Unpacked Size

3.94 kB

Total Files

4

Last publish

Collaborators

  • mahpooya