Open
Description
Reproduction link: https://github.com/Akryum/unplugin-icons-issue-94
- Build a webpack 5 project with persistent caching -> Success
- Build again -> Success
- Build again -> Error
The build crashes with errors - examples:
error in ./virtual:~icons/feather/smile
Syntax Error: no such file or directory, open '/home/akryum/Projects/livestorm-app/packages/frontend/virtual:~icons/feather/smile'
error in ./virtual:~icons/feather/x-circle
Syntax Error: no such file or directory, open '/home/akryum/Projects/livestorm-app/packages/frontend/virtual:~icons/feather/x-circle'
error in ./virtual:~icons/feather/x
Syntax Error: no such file or directory, open '/home/akryum/Projects/livestorm-app/packages/frontend/virtual:~icons/feather/x'
Related to unplugin/unplugin-icons#94