0.6.0 • Published 22 days ago

swc-plugin-typed-redux-saga v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

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"), {}]
    ],
  }
}
0.6.0

22 days ago

0.5.0

10 months ago

0.4.0

1 year ago

0.2.0

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago