Skip to content

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

@nice-labs/emit-file-webpack-plugin

Emit a file to output directory

Installation

npm install --save-dev @nice-labs/emit-file-webpack-plugin

Usage

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

LICENSE

MIT

Details


Assets

  • emit-file-webpack-plugin-1.1.2-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all