@arted/output-webpack-plugin

output plugin for webpack

Usage no npm install needed!

<script type="module">
  import artedOutputWebpackPlugin from 'https://cdn.skypack.dev/@arted/output-webpack-plugin';
</script>

README

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