qiao-webpack is a webpack utility library for simplifying webpack configuration in Node.js projects. The current stable version is 5.0.5, released in 2023 with irregular updates. It wraps common webpack functionality into concise APIs, reducing boilerplate. Unlike raw webpack usage, qiao-webpack provides pre-configured loaders and plugins for rapid setup, though it may lack customization. Suitable for quick prototyping with webpack but not recommended for complex builds. Requires webpack and related loaders as peer dependencies.
npm install qiao-webpackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of qiao-webpack to compile an entry point with default settings.
Use require() instead of import statements.
Upgrade to latest version or specify webpack version in peer dependencies.
Create custom .d.ts file or use // @ts-ignore.
Run 'npm install qiao-webpack --save'.
Use 'const webpack = require("qiao-webpack")' (no destructuring).Use the API directly: webpack(config).then(...).