1.0.0 • Published 7 years ago

flatten-formatter-assets-webpack-plugin v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

flatten-formatter-assets-webpack-plugin

NPM version Travis Build Status devDependencies Status

Flatten formatter for assets-webpack-plugin.

Install

npm install flatten-formatter-assets-webpack-plugin --save-dev

Usage

const AssetsPlugin = require('assets-webpack-plugin');
const flatternFormatter = require('flatten-formatter-assets-webpack-plugin');

const options = {};

new AssetsPlugin({
    fullPath: true,
    processOutput: flatternFormatter(options)
})

API

Coming soon

Related

Contribution

Feel free to push your code if you agree with publishing under the MIT license.

Changelog

License