Skip to content

A webpack plugin that adds entry chunks based on matched glob patterns.

License

Notifications You must be signed in to change notification settings

nricardo/glob-entry-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glob Entry Webpack Pluguin

A webpack plugin that adds entry chunks based on matched glob patterns.

Installation

Simply use npm. Enter the following command under your project folder:

npm install glob-entry-webpack-plugin

Usage

In your webpack configuration file (webpack.config.js):

module.exports = {
  ...

	// setup plugins
	plugins: [
    ...    
	  new GlobEntryPlugin('modules'),
    ...
	],
  ...
}

License

Copyright (c) 2016 Nelson Ricardo

MIT (http://opensource.org/licenses/mit-license.php)

About

A webpack plugin that adds entry chunks based on matched glob patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published