Skip to content

lazy-file v4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 04:12
  • BREAKING CHANGE: Removed lazy-file/fs export. Use @remix-run/fs package instead.

    // before
    import { openFile, writeFile } from '@remix-run/lazy-file/fs'
    
    // after
    import { openFile, writeFile } from '@remix-run/fs'