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-zeptoVerified import paths — ran on the pinned version, not inferred.
Shows how to import Zepto via webpack-zepto and use it in a basic DOM ready handler.
Migrate to a maintained Zepto package like 'zepto' from npm, or use a modern jQuery alternative.
Consider using a maintained library like jQuery or cash (a lightweight Zepto alternative).
Run 'npm install webpack-zepto' or use an alternative package.
Ensure Webpack is configured for CommonJS or use ES6 import syntax.
No dependency data recorded yet.