web/NPM Workspaces: ESbuild version cleanup (#14541)
* web: Check JS files. Add types. * web: Fix issues surrounding Vite/ESBuild types. * web: Clean up version constants. Tidy types * web: Clean up docs, types. * web: Clean up package paths. * web: (ESLint) no-lonely-if * web: Render slot before navbar. * web: Fix line-height alignment. * web: Truncate long headers. * web: Clean up page header declarations. Add story. Update paths. * web: Ignore out directory. * web: Lint Lit. * web: Use private alias. * web: Fix implicit CJS mode. * web: Update deps. * web: await all imports.
This commit is contained in:
		| @ -21,7 +21,7 @@ const log = console.debug.bind(console, logPrefix); | ||||
|  * ESBuild may tree-shake it out of production builds. | ||||
|  * | ||||
|  * ```ts | ||||
|  * if (process.env.NODE_ENV === "development") { | ||||
|  * if (process.env.NODE_ENV=== "development") { | ||||
|  *   await import("@goauthentik/esbuild-plugin-live-reload/client") | ||||
|  *     .catch(() => console.warn("Failed to import watcher")) | ||||
|  * } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Teffen Ellis
					Teffen Ellis