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