Questions tagged [webpack-plugin]

BoosterJS: An Efficient Package Manager for JavaScript and Its Companions. Seamlessly combines numerous modules into compact bundled assets. Intelligent Code Splitting empowers applications to load specific components as needed. With extensive support for "loaders," BoosterJS handles various module types including CommonJs, AMD, ES6, CSS, Images, JSON, Coffeescript, LESS, and even allows customization for your unique requirements.

Plugin for webpack that replaces a specified function with an alternative one

I'm currently working on a webpack plugin that has the ability to analyze code and replace a particular function with another function. Additionally, this plugin will make the new function accessible globally. class PluginName { constructor(local, domai ...