rollup-plugin-nodent
Rollup plugin for ES2017 async/await keywords
Last updated 8 years ago by oligot .
MIT · Repository · Bugs · 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 1
Last Day 0
Last Week 0
Last Month 2
Dependencies (3)
Dev Dependencies (4)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |