1. rollup-plugin-nodent
Rollup plugin for ES2017 async/await keywords
rollup-plugin-nodent
Package: rollup-plugin-nodent
Created by: oligot
Last modified: Sun, 26 Jun 2022 14:00:43 GMT
Version: 0.2.2
License: MIT
Downloads: 696
Repository: https://github.com/oligot/rollup-plugin-nodent

Install

npm install rollup-plugin-nodent
yarn add rollup-plugin-nodent

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin