context-entry-webpack-plugin

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i context-entry-webpack-plugin

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jpommerening