Registry / web-framework / superdup-build-webpack

superdup-build-webpack

JSON →
library0.0.91-build.80jsnpmunverified

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.

npm install superdup-build-webpack
INSTALL
IMPORT
SIG · SUPERDUP-BUILD-WEB
S
superdup-build-webpack
web-frameworkjavascriptv0.0.91-build.80
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

build
import { build } from 'superdup-build-webpack'
const { build } = require('superdup-build-webpack')
This package may be ESM-only; require may fail depending on version.
createConfig
import { createConfig } from 'superdup-build-webpack'
import createConfig from 'superdup-build-webpack'
createConfig is a named export, not default.

Shows the primary build function usage with entry and output directory options.

import { build } from 'superdup-build-webpack'; await build({ entry: './src/index.ts', outDir: './dist' });
superdup-build-webpack --version
Debug
Known issues
breakingPackage versioning uses build numbers (e.g., 0.0.91-build.80) which may not follow semver; breaking changes can occur in any release.
fix
Pin to exact version and test updates thoroughly.
affects: >=0.0.0
gotchaThe package is pre-release and may have undocumented breaking changes between builds.
fix
Review changelog (if available) before upgrading.
affects: >=0.0.0
Errors
Common errors & fixes
Module not found: Error: Can't resolve 'superdup-build-webpack'
Package not installed or name misspelled
fix
Run 'npm install superdup-build-webpack' and ensure the import path is correct.
TypeError: superdup_build_webpack_1.build is not a function
Default import used when export is named
fix
Use named import: import { build } from 'superdup-build-webpack'.
Upgrade
Version history
0.0.91-build.80latest on npm
Audit
Dependencies
webpackrequiredCore bundler used by this build system
webpack-clirequiredCLI tools required for webpack commands
Agent activity
4 hits · last 30 days
node
4
Resources
superdup-build-webpack — npm install superdup-build-webpack · libregistry