Hotfix for i18n where the detector was overriding localStorage (#439)

* Hotfix for i18n where the detector was overriding localStorage

* Please, pnpm, cooperate
This commit is contained in:
Marco Rodolfi
2023-05-03 22:51:18 +02:00
committed by GitHub
parent 35e7c80835
commit 08d5c942a4
4 changed files with 47 additions and 59 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default defineConfig({
input: 'src/index.tsx',
plugins: [
del({ targets: '../backend/static/*', force: true }),
commonjs({include: '../frontend/node_modules/**'}),
commonjs(),
nodeResolve({
browser: true
}),