Skip to content

jpommerening/context-entry-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

context-entry-webpack-plugin

Use a context module as webpack entry

Usage

Example:

module.exports = {
  output: {
    filename: '[name].js'
  },
  plugins: [
    new ContextEntryPlugin(__dirname, 'json-loader!./stuff/', true, /\.json$/, 'stuff')
  ]
};

About

Use a context module as webpack entry

Resources

Stars

Watchers

Forks

Packages

No packages published