rollup-plugin-nodent icon indicating copy to clipboard operation
rollup-plugin-nodent copied to clipboard

Rollup plugin for ES2017 async/await keywords

Results 2 rollup-plugin-nodent issues
Sort by recently updated
recently updated
newest added

I'm running rollup with `outputOptions.sourcmaps = true;` - to get standalone `*.js.map` files, and `plugins: [rollupPluginNodent()]`. When I run `rollup.watch(watchOptions)` the bundle is compiled normally with an external sourcemap as...

One of the dependencies of this library is `acorn-dynamic-import` which depends on an older version of acorn. This causes problems when used together with newer acorn plugins that depend on...