From 0bb84f9946d7252f89562582b8fd43fa0ea25a99 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Thu, 1 Apr 2021 09:57:08 +0200 Subject: [PATCH] Fixed rollup config Signed-off-by: Florian BOUILLON --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a22dd76..61489b9 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -13,7 +13,7 @@ export default [ autoModules: true, mode: 'extract', modules: { - generateScopedName: '[hash:8]' + generateScopedName: '[local][hash:5]' } }), typescript({useTsconfigDeclarationDir: true}), // so Rollup can convert TypeScript to JavaScript