vuejs/devtools

[Feature]: Allow appendTo as an array or glob pattern

Open

#746 opened on 2024年12月18日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)TypeScript (4,095 forks)batch import
enhancementgood first issuepr welcome

Repository metrics

Stars
 (24,286 stars)
PR merge metrics
 (平均マージ 2d 3h) (30d で 2 merged PRs)

説明

Hi, I'm currently working with a Laravel Inertia setup and I'm using a multi build setup. Meaning that I have two entry files for different domains (public / backend).

Currently it's impossible to register both with the appendTo option in the Vite Plugin, but I think it would be a good addition. Optionally we could also maybe use a glob pattern instead, but both would be an improvement imo.

Is this possible and wanted? If so, I can also submit a PR. Thanks!

コントリビューターガイド