esbuild plugin to fetch remote imports for Deno.
Attributes
Includes Deno configuration
Current version released
2 years ago
Dependencies
esbuild-plugin-deno-remote-import
This is an esbuild plugin to fetch remote imports for Deno. It was designed for cases when Deno is used for development but the application will run in a browser. It comes with the same caching approach that Deno uses when fetching from remote URLs, proper handling of stale caches and HTTP redirects.
Take care of setting up the value of DENO_DIR
as recommended to ensure consistency between the
plugin’s and Deno’s cache locations, if you’re interested.
Usage
License
esbuild-plugin-deno-remote-import
is licensed under the GPL3 License, see LICENSE for more information.