Fix building vanilla flavor after JSX change

This commit is contained in:
Claire 2023-02-25 14:28:59 +01:00
parent 4ed09276d5
commit 859eb01aac

View file

@ -1,13 +1,13 @@
# (REQUIRED) The location of the pack files inside `pack_directory`. # (REQUIRED) The location of the pack files inside `pack_directory`.
pack: pack:
admin: admin:
- admin.js - admin.jsx
- public.js - public.jsx
auth: public.js auth: public.jsx
common: common:
filename: common.js filename: common.js
stylesheet: true stylesheet: true
embed: public.js embed: public.jsx
error: error.js error: error.js
home: home:
filename: application.js filename: application.js
@ -18,9 +18,9 @@ pack:
- features/notifications - features/notifications
mailer: mailer:
modal: modal:
public: public.js public: public.jsx
settings: public.js settings: public.jsx
share: share.js share: share.jsx
# (OPTIONAL) The directory which contains localization files for # (OPTIONAL) The directory which contains localization files for
# the flavour, relative to this directory. # the flavour, relative to this directory.