fixup! update solid-devtools
All checks were successful
/ checkpr (pull_request) Successful in 1m25s
All checks were successful
/ checkpr (pull_request) Successful in 1m25s
This commit is contained in:
parent
5945f07ce8
commit
e617f344f8
1 changed files with 11 additions and 10 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue