A webpack plugin for generating miniapp configuration files in the Rax framework. Version 3.0.0 supports multi-page miniapp config generation, including page routing and window settings. It is primarily used in Alibaba's miniapp ecosystem (e.g., Taobao, DingTalk). The plugin integrates with Rax's build pipeline, handling JSON config generation for miniapp platforms. No significant release cadence is documented; it appears to be in maintenance mode. Compared to other miniapp plugins, it is specific to Rax and may not be actively developed.
npm install rax-miniapp-config-webpack-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures webpack plugin for miniapp JSON generation with page list and global window settings.
Stay on webpack 4 or find an alternative for webpack 5
Consider migrating to newer miniapp build tools or @ali/ miniapp plugins
Use lowercase platform identifiers as per Rax documentation
Use 'pages/index/index' instead of 'pages/index/index.js'
npm install rax-miniapp-config-webpack-plugin@3.0.0 --save-dev
Use require() instead of import
Ensure options object has 'platform' and 'pages' arrays