v2.0.0: Dependency Freeze #56
					 1 changed files with 11 additions and 10 deletions
				
			
		| 
						 | 
					@ -70,16 +70,17 @@ export default defineConfig(({ mode }) => {
 | 
				
			||||||
    plugins: [
 | 
					    plugins: [
 | 
				
			||||||
      devtools({
 | 
					      devtools({
 | 
				
			||||||
        autoname: true,
 | 
					        autoname: true,
 | 
				
			||||||
        locator: devConf["DEV_LOCATOR_EDITOR"] ? {
 | 
					        locator: devConf["DEV_LOCATOR_EDITOR"]
 | 
				
			||||||
          targetIDE:
 | 
					          ? {
 | 
				
			||||||
            (devConf["DEV_LOCATOR_EDITOR"] as
 | 
					              targetIDE: devConf["DEV_LOCATOR_EDITOR"] as
 | 
				
			||||||
                | "vscode"
 | 
					                | "vscode"
 | 
				
			||||||
                | "atom"
 | 
					                | "atom"
 | 
				
			||||||
                | "webstorm"
 | 
					                | "webstorm"
 | 
				
			||||||
              | "vscode-insiders") || "vscode",
 | 
					                | "vscode-insiders",
 | 
				
			||||||
              componentLocation: true,
 | 
					              componentLocation: true,
 | 
				
			||||||
              jsxLocation: true,
 | 
					              jsxLocation: true,
 | 
				
			||||||
        } : undefined,
 | 
					            }
 | 
				
			||||||
 | 
					          : undefined,
 | 
				
			||||||
      }),
 | 
					      }),
 | 
				
			||||||
      suid(),
 | 
					      suid(),
 | 
				
			||||||
      solid(),
 | 
					      solid(),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue