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'
After updating filestack-js to 3.11.0, webpack builds fail with: Module not found: Error: Can't resolve 'fs' in '.../node_modules/filestack-js/build/module/lib/api/upload'. Downgrading to 3.10.1 fixes it. The 3.11.0 release shipped a broken
- filestack-js: Object prototype error when importing in Vite/Rollup
import * as filestack from "filestack-js" throws Uncaught TypeError: Object prototype may only be an Object or null: undefined in the browser when using Vite or Rollup. The package's module entry has a circular dependency that bundlers chok