Bundlers
SheetJS predates ECMAScript modules and most bundler tools. As best practices have evolved, stress testing SheetJS libraries have revealed bugs in bundlers and other tools. This demo collects various notes and provides basic examples.
Issues should be reported to the respective bundler projects. Typically it is considered a bundler bug if the tool cannot properly handle JS libraries.
The following tools are covered in separate pages:
Dojo​
Integration details are included in the "AMD" installation
Complete Examples are included in the "Dojo" demo
Snowpack​
Snowpack was a development tool built by the AstroJS team.
Snowpack is no longer maintained. The developers recommend ViteJS
Snowpack works with no caveats.
Complete Example (click to show)
WMR​
WMR was a development tool built by the PreactJS team.
WMR is no longer maintained. The developers recommend ViteJS
WMR works with no caveats.
Complete Example (click to show)
Browserify​
The exposition has been moved to a separate page.
Bun​
The exposition has been moved to a separate page.
esbuild​
The exposition has been moved to a separate page.
Parcel​
The exposition has been moved to a separate page.
RequireJS​
The exposition has been moved to a separate page.
Rollup​
The exposition has been moved to a separate page.
SWC​
The exposition has been moved to a separate page.
SystemJS​
The exposition has been moved to a separate page.
Vite​
The exposition has been moved to a separate page.