flatten-formatter-assets-webpack-plugin
v1.0.0
Published
Flatten formatter for `assets-webpack-plugin`.
Downloads
2
Readme
flatten-formatter-assets-webpack-plugin
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
- assets-webpack-plugin - Plugin.
Contribution
Feel free to push your code if you agree with publishing under the MIT license.