@arted/output-webpack-plugin

0.0.101 • Public • Published

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 })
    ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @arted/output-webpack-plugin

Weekly Downloads

0

Version

0.0.101

License

MIT

Unpacked Size

5.07 kB

Total Files

5

Last publish

Collaborators

  • edonet