1.1.4 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.3

3 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago