Skip to content

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

Notifications You must be signed in to change notification settings

Nettsentrisk/globbed-webpack-entries-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%