0.0.101 • Published 6 years ago

@arted/output-webpack-plugin v0.0.101

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

output-webpack-plugin

output plugin for webpack

Installation

npm

$ npm install @arted/output-webpack-plugin

or yarn

$ yarn add @arted/output-webpack-plugin

Usage

const OutputWebpackPlugin = require('@arted/output-webpack-plugin');

// webpack.config.js
module.exports = {
	...
    plugins: [
        ...
        new OutputWebpackPlugin({ data: settings.app })
    ]
};