Registry / web-framework / webpack-zepto

webpack-zepto

JSON →
library0.0.1jsnpmunverified

A minimal wrapper to load Zepto (a lightweight jQuery alternative) via Webpack. Version 0.0.1 is a basic shim that exposes Zepto as a default import. No active maintenance or stable release cadence. Differentiates from zepto-webpack and other loaders by providing a simple, direct import path. Not recommended for production; consider using a maintained Zepto package or a modern build setup.

npm install webpack-zepto
INSTALL
IMPORT
SIG · WEBPACK-ZEPTO
W
webpack-zepto
web-frameworkjavascriptv0.0.1
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
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 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

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

default
import $ from 'webpack-zepto';
const $ = require('webpack-zepto');
Package exposes Zepto as a default export. CommonJS require may not work due to Webpack's module resolution.

Shows how to import Zepto via webpack-zepto and use it in a basic DOM ready handler.

import $ from 'webpack-zepto'; $(document).ready(function() { $('body').append('<p>Hello from Zepto and webpack-zepto!</p>'); });
Debug
Known issues
deprecatedPackage is unmaintained since 2015. No updates for security or compatibility.
fix
Migrate to a maintained Zepto package like 'zepto' from npm, or use a modern jQuery alternative.
affects: >=0.0.1
gotchaZepto itself may not support all modern browsers and has known security issues (e.g., CVE-2015-9251).
fix
Consider using a maintained library like jQuery or cash (a lightweight Zepto alternative).
affects: >=0.0.1
Errors
Common errors & fixes
Cannot find module 'webpack-zepto'
Package is not installed or removed from npm registry.
fix
Run 'npm install webpack-zepto' or use an alternative package.
$ is not a function
Webpack may not handle the default export correctly in some configurations.
fix
Ensure Webpack is configured for CommonJS or use ES6 import syntax.
Upgrade
Version history
0.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
webpack-zepto — npm install webpack-zepto · libregistry