Skip to content

Plugin that turns content of output files into a single banana 🍌

Notifications You must be signed in to change notification settings

tbntdima/banana-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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-plugin

Add it to webpack config -> plugins

const BananaWebpackPlugin = require("banana-webpack-plugin");

module.exports = {
  plugins: [new BananaWebpackPlugin()]
};

Notes

Does not transform media files like images.

About

Plugin that turns content of output files into a single banana 🍌

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published