0.1.0 • Published 8 years ago

glob-entry-webpack-plugin v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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)