library · inferred from evidence
filestack-js
A JavaScript library for file uploads and processing, referenced in the context of a version-specific build issue.
- filestack-js 3.11.0: webpack fails with Can't resolve 'fs'
This was a bad release: the maintainer confirmed a local linking problem in 3.11.0 and shipped the fix in 3.11.2, which the reporter verified works. Upgrade filestack-js to 3.11.2 or later. Source: https://github.com/filestack/filestack-js
- filestack-js: Object prototype error when importing in Vite/Rollup
Import the built ESM bundle directly instead of the package root: import * as filestack from 'filestack-js/build/browser/filestack.esm'. Another reporter confirmed this was the fix they were looking for. Source: https://github.com/filestac