emit-file-webpack-plugin 1.1.2
Install from the command line:
Learn more about npm packages
$ npm install @nicelabs/emit-file-webpack-plugin@1.1.2
Install via package.json:
"@nicelabs/emit-file-webpack-plugin": "1.1.2"
About this version
Emit a file to output directory
npm install --save-dev @nice-labs/emit-file-webpack-plugin
import { Configuration } from 'webpack'
import { emitFile } from '@nice-labs/emit-file-webpack-plugin'
const configuration: Configuration = {
// ...
plugins: [
// ...
emitFile({
disabled: false, // disable the plugin
name: '...', // output file name
content: '...', // output file content
}),
// ...
],
// ...
}
export default configuration
Details
- emit-file-webpack-plugin
- NiceLabs
- over 2 years ago
- MIT
- 3 dependencies
Assets
- emit-file-webpack-plugin-1.1.2-npm.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0