banana-webpack-plugin
v1.0.6
Published
Webpack plugin that turns content of output files into a single banana ๐
Readme
Banana Webpack Plugin
Plugin that turns content of output files into a single banana ๐ Try not to use in production.
Usage
npm i -D banana-webpack-pluginAdd it to webpack config -> plugins
const BananaWebpackPlugin = require("banana-webpack-plugin");
module.exports = {
plugins: [new BananaWebpackPlugin()]
};Notes
Does not transform media files like images.
