craco-parameter-decorator-extended
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

extended craco-parameter-decorator of @redtea

@redtea/craco-parameter-decorator

This craco plugin will set up babel-plugin-parameter-decorator for your project.

Support:

  • create-react-app: 3.x, 4.x
  • craco: 5.x, 6.x

🛠️ Installation

Yarn

$ yarn add -E @redtea/craco-parameter-decorator

NPM

$ npm install -E @redtea/craco-parameter-decorator

📖 Usage

Add the plugin to your craco config. For example:

const ParameterDecoratorPlugin = require("@redtea/craco-parameter-decorator");

module.exports = {
  plugins: [{ plugin: ParameterDecoratorPlugin }],
};

Package Sidebar

Install

npm i craco-parameter-decorator-extended

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

4.68 kB

Total Files

8

Last publish

Collaborators

  • ashokpeeta.cawstudios