1.0.3 • Published 5 years ago

globbed-webpack-entries-plugin v1.0.3

Weekly downloads
98
License
MIT
Repository
github
Last release
5 years ago

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(),
    ]    
}
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago