1.1.4 • Published 12 months ago

@nice-labs/emit-file-webpack-plugin v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@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

1.1.4

12 months ago

1.1.3

2 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago