feTS
feTS copied to clipboard
[v0.7.0] - Build error in NextJs apps
Describe the bug
When attempting to build my project that uses fets 0.7.0, an error occurs.
The error seems to originate from the fets/cjs/plugins/typebox.js
file. The details of the error are provided below:
../../node_modules/.pnpm/[email protected]/node_modules/fets/cjs/plugins/typebox.js
Module not found: Default condition should be last one
To Reproduce Steps to reproduce the behavior:
- Import fets 0.7.0 in the project
- Run the build command or dev command
- See error
Expected behavior
The project should build without any errors.
Environment:
- OS: MacOS Sonoma 14.1.2
- package-name...: [email protected]
- NodeJS: 20.10.0