unplugin / unplugin-vue2-script-setup

💡 Bring `<script setup>` to Vue 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

script setup在transform后,终端eslint报错Extra semicolon

catNano opened this issue · comments

script setup的transform顺序有问题,代码应该在eslint校验后,再transform

I would not recommend using eslint at the building/bundling phase.

It is an error reported after Vue cli is started
image
image

@catNano 你能给我一个最小可复现的 demo 吗?我看看怎么配。

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.