We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ca923 commit ecfce26Copy full SHA for ecfce26
packages/core/vite.config.ts
@@ -7,7 +7,10 @@ export default defineConfig({
7
resolve: {
8
alias: {
9
"@firebase-oss/ui-styles": path.resolve(path.dirname(fileURLToPath(import.meta.url)), "../styles/src"),
10
- "@firebase-oss/ui-translations": path.resolve(path.dirname(fileURLToPath(import.meta.url)), "../translations/src"),
+ "@firebase-oss/ui-translations": path.resolve(
11
+ path.dirname(fileURLToPath(import.meta.url)),
12
+ "../translations/src"
13
+ ),
14
"~/tests": path.resolve(path.dirname(fileURLToPath(import.meta.url)), "./tests"),
15
"~": path.resolve(path.dirname(fileURLToPath(import.meta.url)), "./src"),
16
},
0 commit comments