A minifier plugin for WePY, a Vue-like mini-program framework. Version 1.1.0 (latest). Provides CSS, JS, and image compression for WePY builds. Deprecated in favor of WePY 2.x native tooling. Limited documentation; ESM only.
npm install wepy-plugin-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of the WePY minifier plugin in a wepy.config.js file, enabling JS, CSS, and image minification.
Migrate to WePY 2.x and remove this plugin.
Ensure only JS, CSS, and common image formats are processed.
Disable minification in development mode or use alternative tools.
Run npm install wepy-plugin-minifier --save-dev
Use import Minifier from 'wepy-plugin-minifier' instead of require.
No dependency data recorded yet.