create-fuse-app@0.3.0
·
78 commits
to main
since this release
Minor Changes
- e7f037b: Add a webpack-loader that automatically imports all entries in the
types/directory.
In doing so it removes the need forrequire.context, next time you run the application,
you are encouraged to removerequire.contextfrom your/pages/api/fuse.tsor/app/api/fuse/route.ts
files.