# rollup-plugin-nodent **Repository Path**: mirrors_developit/rollup-plugin-nodent ## Basic Information - **Project Name**: rollup-plugin-nodent - **Description**: Rollup plugin for ES2017 async/await keywords - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rollup-plugin-nodent Convert ES2017 async/await with [nodent](https://github.com/MatAtBread/nodent) ## Installation ```bash npm install --save-dev rollup-plugin-nodent ``` ## Usage ```js // 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