0.1.0 • Published 8 years ago
context-entry-webpack-plugin v0.1.0
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
8 years ago