rollup-plugin-kdu
TypeScript icon, indicating that this package has built-in type declarations

5.1.6 • Public • Published

Rollup Plugin Kdu

Usage

import commonjs from 'rollup-plugin-commonjs' 
import KduPlugin from 'rollup-plugin-kdu'

export default {
  entry: 'main.js',
  plugins: [
    commonjs(),
    KduPlugin(/* KduPluginOptions */)
  ]
}

License

The MIT License (MIT).

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.1.6
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 5.1.6
    3

Package Sidebar

Install

npm i rollup-plugin-kdu

Weekly Downloads

2

Version

5.1.6

License

MIT

Unpacked Size

41.4 kB

Total Files

9

Last publish

Collaborators

  • nkduy