Deprecated Syntax Warning in Vite Project #15862
-
After updating vite to 5.1.1 version i have encountered a warning in my Vite project related to deprecated syntax. The warning is similar to as: 'extractExportNames', and I am seeking guidance on how to address it. I also searched in my code for as: 'extractExportNames' which said is deprecated and update with query: '?extractExportNames' . I can't find anything but there is some extractExportNames or Context:
Screenshots: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It seems to be fixed in canary versions: vikejs/vike#1485 |
Beta Was this translation helpful? Give feedback.
It says it's fixed in version
0.4.161-commit-32e5021
, not0.4.161
.