Registry / devops / webpack-dev

webpack-dev

JSON →
library1.1.1jsnpmunverified

webpack-dev is a scaffolding tool for generating webpack project templates. It provides a simple CLI command 'wdev init' to initialize PC multi-page, mobile multi-page, mobile single-page, and webpack4-based mobile single-page projects. The tool is globally installable via npm and offers versioning, but is currently in a maintenance phase with limited updates. It differentiates by offering predefined templates for common mobile and PC project structures, though it is less flexible than newer alternatives like create-react-app or Vue CLI.

npm install webpack-dev
INSTALL
IMPORT
SIG · WEBPACK-DEV
W
webpack-dev
devopsjavascriptv1.1.1
Install
—
Import
—
Disk
—
Pass rate
0/ 6
Env Coverage0 / 6
glibc
18–22
musl
18–22
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18–226 runs
build_error
glibc
node 18–226 runs
build_error
Code
Verified usage

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

wdev
✓ npx wdev init <name> <path>
✗ npx webpack-dev init <name> <path>
The CLI command is 'wdev' (not 'webpack-dev') after global installation.

Shows global installation, generating a PC multi-page project template, installing dependencies, and starting the dev server.

npm install -g webpack-dev wdev init pc ./my-pc-project cd ./my-pc-project npm install npm run dev
wdev --version
Debug
Known issues
gotchaTool is not actively maintained; may not support latest webpack versions.
fix
Consider using more modern scaffolding tools like create-react-app or Vue CLI for new projects.
affects: >=1.0.0
Errors
Common errors & fixes
bash: wdev: command not found
Global npm module not installed or PATH not set correctly.
fix
Run 'npm install -g webpack-dev' and ensure npm global bin directory is in your PATH.
Upgrade
Version history
1.1.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
webpack-dev — npm install webpack-dev · libregistry