Skip to content

definePage a error object will make vite crash #691

@CrazyZhang3

Description

@CrazyZhang3

when definePage a error js Object and auto saved then this plugin will make vite crush. hope catch the error and do nothing.

Here is an example of invalid code within a page component that crashes the vite server:

<script setup lang="ts">
definePage({ 2, 3 }) // syntax error by accident
</script>

Metadata

Metadata

Assignees

Labels

⚡️ enhancementimprovement over an existing feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions