web: Remove escape.

This commit is contained in:
Teffen Ellis
2025-06-27 00:17:26 +02:00
parent 40363a2142
commit dbd5ae90eb

View File

@ -63,7 +63,7 @@ function normalizeImports(filepath, input) {
`"(?<suffix>@goauthentik\/${submodule}\/)`,
`(?<path>[^"'.]+)`,
`(?:\.[^"']+)?["']`,
`(?:.[^"']+)?["']`,
`\\n?\\s*\\\)?;`,
].join(""),
"gm",