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

Do not use a physical file for the helper functions

Open Conduitry opened this issue 8 years ago • 0 comments

This code can be simplified a bit if we use Rollup's resolveId and load hooks instead of writing the helpers to a temporary file on disk.

Conduitry avatar May 13 '17 03:05 Conduitry