Skip to content

laravel-streams/mix-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Streams Mix Extension

Package name: @laravel-streams/mix-extension

Usage

Simply require the package after laravel-mix. This will add a new mix function named streams:

const mix = require('laravel-mix')
require('@laravel-streams/mix-extension')

mix.streams({

    })

You can provide the following options:

export interface LaravelStreamsExtensionOptions {
    /**
    * A list of composer package names, which will be added into the streams mix build
    * @default []
    */
    packages?: Array<string>
    /**
    * The output path, relative to Laravel's public directory
    * @default 'vendor'
    */
    outputPath?: string
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published