n0lawz / EsBuildBrowser

Custom EsBuild plugins that work with unpkg and web assembly to run EsBuild in the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EsBuildBrowserBundlers

These are custom EsBuild plugins written in TypeScript for an npm package that can be found here.

Fetch plugin is checking to see if we have already made a request off to npm for whatever import statement is being bundled, and will fetch the file from cache or npm respectively.

Unpkg-path-plugin is generating the url path needed to bundle any external dependencies.

Dependencies

About

Custom EsBuild plugins that work with unpkg and web assembly to run EsBuild in the browser.


Languages

Language:TypeScript 100.0%