This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

globbed-webpack-entries-plugin

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i globbed-webpack-entries-plugin

Weekly Downloads

12

Version

1.0.3

License

MIT

Unpacked Size

2.49 kB

Total Files

3

Last publish

Collaborators

  • brymo
  • heinzmuller
  • marvanitidis
  • nettsentrisk
  • oal
  • wezz