fis-parser-rollup

0.2.1 • Public • Published

fis-parser-rollup

A rollup parser for fis3 with default plugins:

Install

npm i fis-parser-rollup --save-dev

Usage

// fis-conf.js
fis.match('/path/to/entry.js', {
  parser: fis.plugin('rollup', options),
});

Options

debug

  • false: default
  • true: with sourceMap inline and bundle error message

plugins

Custom rollup plugins to use.

// fis-conf.js
fis.match('/path/to/entry.js', {
  parser: fis.plugin('rollup', {
    debug: true,
    plugins: [
      require('rollup-plugin-babel')()
    ]
  }),
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    2
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i fis-parser-rollup

Weekly Downloads

2

Version

0.2.1

License

MIT

Last publish

Collaborators

  • csbun