A webpack plugin that adds BBQ-like functionality for building webpack bundles. Version 5.3.9 is the current stable release, with no recent major releases. This package is a niche plugin for webpack 3.x, relying on webpack-dev-server 2.x. It differentiates itself by providing a custom BBQ plugin for webpack, but its utility is limited to specific legacy setups. The package has low popularity on npm and is not actively maintained.
npm install webpack-bbqVerified import paths — ran on the pinned version, not inferred.
Shows how to add the BbqPlugin to webpack config using CommonJS.
Use require('webpack-bbq').default or switch to ES6 import.Use a modern alternative or update the plugin if available.
Ensure temperature is a number, e.g., { temperature: 225 }.const BbqPlugin = require('webpack-bbq').default;Run 'npm install webpack-bbq' and ensure it's in node_modules.
Use require('webpack-bbq').default or configure Babel to transpile ES6 imports.