1.3.3 ā€¢ Published 1 year ago

rollup-plugin-innet-jsx v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NPM downloads license

rollup-plugin-innet-jsx

šŸ£ A Rollup plugin which converts jsx to object (JSXElement from innet).

CHANGELOG

stars watchers

Requirements

This plugin requires an LTS Node version (v8.0.0+) and Rollup v1.20.0+.

Install

npm

npm i -D rollup-plugin-innet-jsx

yarn

yarn add -D rollup-plugin-innet-jsx

Usage

Create a rollup.config.js configuration file and import the plugin:

import jsx from 'rollup-plugin-innet-jsx';

module.exports = {
  input: 'src/index.jsx',
  output: {
    dir: 'output',
    format: 'cjs'
  },
  plugins: [
    jsx()
  ]
};

Then call rollup either via the CLI or the API. If the build produces any errors, the plugin will write a 'alias' character to stderr, which should be audible on most systems.

Issues

If you find a bug or have a suggestion, please file an issue on GitHub.

issues

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.2.0

2 years ago

1.3.0

2 years ago

1.1.3

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago