A webpack plugin that adds entry chunks based on matched glob patterns.
Simply use npm. Enter the following command under your project folder:
npm install glob-entry-webpack-plugin
In your webpack configuration file (webpack.config.js):
module.exports = {
...
// setup plugins
plugins: [
...
new GlobEntryPlugin('modules'),
...
],
...
}
Copyright (c) 2016 Nelson Ricardo