diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-02-25 14:28:59 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-02-25 14:28:59 +0100 |
commit | 859eb01aacc27fa01a8d4063f26a5a1f81e5d3a9 (patch) | |
tree | 218afe9978f187058f07445b53354cb654562fdf /app/javascript/flavours | |
parent | 4ed09276d5267181061dff438a0b10770db9f226 (diff) |
Fix building vanilla flavor after JSX change
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/vanilla/theme.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/javascript/flavours/vanilla/theme.yml b/app/javascript/flavours/vanilla/theme.yml index 3f0b27899..ccab925aa 100644 --- a/app/javascript/flavours/vanilla/theme.yml +++ b/app/javascript/flavours/vanilla/theme.yml @@ -1,13 +1,13 @@ # (REQUIRED) The location of the pack files inside `pack_directory`. pack: admin: - - admin.js - - public.js - auth: public.js + - admin.jsx + - public.jsx + auth: public.jsx common: filename: common.js stylesheet: true - embed: public.js + embed: public.jsx error: error.js home: filename: application.js @@ -18,9 +18,9 @@ pack: - features/notifications mailer: modal: - public: public.js - settings: public.js - share: share.js + public: public.jsx + settings: public.jsx + share: share.jsx # (OPTIONAL) The directory which contains localization files for # the flavour, relative to this directory. |