From 99c45b9d63259057b9ef0b982d95677b3a6e74c9 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 26 Apr 2023 15:54:34 +0200 Subject: [PATCH] Use mvn as bundler while there is still issues --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f8c3ffa..e8903c9 100755 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "storybook": "start-storybook -p 6006" }, "keycloakify": { + "bundler": "mvn", "extraThemeProperties": [ "foo=bar" ], @@ -28,7 +29,7 @@ ], "customUserAttributes": [ "your-custom-attribute" - ] + ], }, "author": "u/garronej", "license": "MIT",