v2.0.0: Dependency Freeze #56

Merged
Rubicon merged 8 commits from depfreeze-v2.0.0 into master 2025-01-04 10:59:51 +00:00
Showing only changes of commit e617f344f8 - Show all commits

View file

@ -70,16 +70,17 @@ export default defineConfig(({ mode }) => {
plugins: [
devtools({
autoname: true,
locator: devConf["DEV_LOCATOR_EDITOR"] ? {
targetIDE:
(devConf["DEV_LOCATOR_EDITOR"] as
| "vscode"
| "atom"
| "webstorm"
| "vscode-insiders") || "vscode",
componentLocation: true,
jsxLocation: true,
} : undefined,
locator: devConf["DEV_LOCATOR_EDITOR"]
? {
targetIDE: devConf["DEV_LOCATOR_EDITOR"] as
| "vscode"
| "atom"
| "webstorm"
| "vscode-insiders",
componentLocation: true,
jsxLocation: true,
}
: undefined,
}),
suid(),
solid(),