{"id":27432,"library":"superdup-build-webpack","title":"superdup-build-webpack","description":"An automated build system for webpack projects currently at v0.0.91-build.80 (pre-release). Provides zero-config builds with sensible defaults, TypeScript support, and integration with common webpack loaders. Distinctive for its experimental build tracking and version suffixing. Minimal public documentation and unstable API.","status":"active","version":"0.0.91-build.80","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","typescript"],"install":[{"cmd":"npm install superdup-build-webpack","lang":"bash","label":"npm"},{"cmd":"yarn add superdup-build-webpack","lang":"bash","label":"yarn"},{"cmd":"pnpm add superdup-build-webpack","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Core bundler used by this build system","package":"webpack","optional":false},{"reason":"CLI tools required for webpack commands","package":"webpack-cli","optional":false}],"imports":[{"note":"This package may be ESM-only; require may fail depending on version.","wrong":"const { build } = require('superdup-build-webpack')","symbol":"build","correct":"import { build } from 'superdup-build-webpack'"},{"note":"createConfig is a named export, not default.","wrong":"import createConfig from 'superdup-build-webpack'","symbol":"createConfig","correct":"import { createConfig } from 'superdup-build-webpack'"}],"quickstart":{"code":"import { build } from 'superdup-build-webpack';\nawait build({ entry: './src/index.ts', outDir: './dist' });","lang":"typescript","description":"Shows the primary build function usage with entry and output directory options."},"warnings":[{"fix":"Pin to exact version and test updates thoroughly.","message":"Package versioning uses build numbers (e.g., 0.0.91-build.80) which may not follow semver; breaking changes can occur in any release.","severity":"breaking","affected_versions":">=0.0.0"},{"fix":"Review changelog (if available) before upgrading.","message":"The package is pre-release and may have undocumented breaking changes between builds.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'npm install superdup-build-webpack' and ensure the import path is correct.","cause":"Package not installed or name misspelled","error":"Module not found: Error: Can't resolve 'superdup-build-webpack'"},{"fix":"Use named import: import { build } from 'superdup-build-webpack'.","cause":"Default import used when export is named","error":"TypeError: superdup_build_webpack_1.build is not a function"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}