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).

Readme

Keywords

Package Sidebar

Install

npm i rollup-plugin-kdu

Weekly Downloads

1

Version

5.1.6

License

MIT

Unpacked Size

41.4 kB

Total Files

9

Last publish

Collaborators

  • nkduy