0.1.0 • Published 7 years ago

context-entry-webpack-plugin v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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')
  ]
};
0.1.0

7 years ago