swc-plugin-typed-redux-saga

0.7.0 • Public • Published

SWC plugin for typed-redux-saga that works with Next.js

npm

This plugin adds typed-redux-saga macro support for SWC.

Tested with Next.js version v14.2.2

Installation

Install the package:

# yarn
yarn add swc-plugin-typed-redux-saga

or

# npm
npm install swc-plugin-typed-redux-saga

And update next.config.js:

// next.config.js

module.exports = {
  experimental: {
    swcPlugins: [
      [require.resolve("swc-plugin-typed-redux-saga"), {}]
    ],
  }
}

Package Sidebar

Install

npm i swc-plugin-typed-redux-saga

Weekly Downloads

235

Version

0.7.0

License

MIT

Unpacked Size

2.32 MB

Total Files

3

Last publish

Collaborators

  • tomas-c