@sveltejs/enhanced-img@0.10.1
📦 sveltekitView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes an issue in generated code where `import.meta.DEV` was incorrectly used instead of `import.meta.env.DEV`.
🐛 Bug Fixes
- Replaced erroneous `import.meta.DEV` with `import.meta.env.DEV` in generated code.