From 08d5c942a46df926e18b807a11761e447465def9 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Wed, 3 May 2023 22:51:18 +0200 Subject: Hotfix for i18n where the detector was overriding localStorage (#439) * Hotfix for i18n where the detector was overriding localStorage * Please, pnpm, cooperate --- frontend/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/rollup.config.js') diff --git a/frontend/rollup.config.js b/frontend/rollup.config.js index 7fb921fa..360aa142 100644 --- a/frontend/rollup.config.js +++ b/frontend/rollup.config.js @@ -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 }), -- cgit v1.2.3