Skip to content

fuse@0.8.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 06:11
· 78 commits to main since this release
0e26a7a

Minor Changes

  • e7f037b: Add a webpack-loader that automatically imports all entries in the types/ directory.
    In doing so it removes the need for require.context, next time you run the application,
    you are encouraged to remove require.context from your /pages/api/fuse.ts or /app/api/fuse/route.ts
    files.