Use mvn as bundler while there is still issues
This commit is contained in:
parent
716f6f0d63
commit
99c45b9d63
|
@ -15,6 +15,7 @@
|
||||||
"storybook": "start-storybook -p 6006"
|
"storybook": "start-storybook -p 6006"
|
||||||
},
|
},
|
||||||
"keycloakify": {
|
"keycloakify": {
|
||||||
|
"bundler": "mvn",
|
||||||
"extraThemeProperties": [
|
"extraThemeProperties": [
|
||||||
"foo=bar"
|
"foo=bar"
|
||||||
],
|
],
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
],
|
],
|
||||||
"customUserAttributes": [
|
"customUserAttributes": [
|
||||||
"your-custom-attribute"
|
"your-custom-attribute"
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"author": "u/garronej",
|
"author": "u/garronej",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue