A Rollup plugin for integrating Glimmer.js applications with Redux, allowing custom stores, middleware, and enhancers. Version 1.0.1 is the latest stable release, originally published in 2017 with no recent updates. The plugin supports both TypeScript and JavaScript, defaulting to TypeScript since v1.0.0. It is specific to the Glimmer.js framework and requires configuration in both Rollup and the Glimmer environment. Differentiators include tight integration with Glimmer's build pipeline and type definitions for middleware/enhancers.
npm install rollup-plugin-glimmer-reduxVerified import paths — ran on the pinned version, not inferred.
Configures Rollup with the Glimmer Redux plugin, specifying custom store, middleware, and enhancers files in TypeScript.
Consider using modern alternatives like glimmer-redux or @glimmer/redux if available.
Ensure moduleConfiguration for middleware, enhancers, etc. is set in environment.js as shown in README.
Provide JavaScript file paths with .js extension in the options object.
Run 'yarn add rollup-plugin-glimmer-redux' or 'npm install rollup-plugin-glimmer-redux'.
Use 'import glimmerRedux from 'rollup-plugin-glimmer-redux'' (default import).
Add moduleConfiguration entries for 'store', 'middleware', and 'enhancers' as shown in README.
No dependency data recorded yet.