globbed-webpack-entries-plugin

1.0.3 • Public • Published

globbed-webpack-entries-plugin

Provides a way to glob for entry files in Webpack watch and non-watch modes, for all file types.

Usage

import GlobbedEntriesPlugin from 'globbed-webpack-entries-plugin';
 
// In your Webpack config:
{
   
    entry: GlobbedEntriesPlugin.entries({
            global : ['./Scripts/**/*.js', './Styles/**/*.scss']
        }
    )
    
    plugins: [
        new GlobbedEntriesPlugin(),
    ]    
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i globbed-webpack-entries-plugin

    Weekly Downloads

    43

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.49 kB

    Total Files

    3

    Last publish

    Collaborators

    • oal
    • brymo
    • wezz
    • nettsentrisk
    • marvanitidis
    • heinzmuller