rollup-plugin-nodent
Rollup plugin for ES2017 async/await keywords
Last updated 9 years ago by oligot .
MIT · Original npm · Tarball · package.json
$ cnpm install rollup-plugin-nodent 
SYNC missed versions from official npm registry.

rollup-plugin-nodent

Convert ES2017 async/await with nodent

Installation

npm install --save-dev rollup-plugin-nodent

Usage

// rollup.config.js
import nodent from 'rollup-plugin-nodent';

export default {
  entry: 'main.js',
  dest: 'bundle.js',
  format: 'iife',
  plugins: [nodent()],
  sourceMap: true
};

License

MIT

Current Tags

  • 0.2.2                                ...           latest (8 years ago)

7 Versions

  • 0.2.2                                ...           8 years ago
  • 0.2.1                                ...           8 years ago
  • 0.2.0                                ...           8 years ago
  • 0.1.3                                ...           9 years ago
  • 0.1.2                                ...           9 years ago
  • 0.1.1                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 1
This Month 2
Last Day 1
Last Week 1
Last Month 2
Dependencies (2)
Dev Dependencies (1)
  • xo ^0.18.2
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |