Hotfix: Apostrophe 3.0.1 fixes issues with multiple ui/src/index.js files #3181
boutell
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've just corrected a bug in Apostrophe 3.0.0 that impacts developers taking advantage of our new
ui/src
feature. Here are the changes:ui/src/index.js
file in the same project. Using more than one is a good practice as it allows you to group frontend code with an appropriate module, or ship frontend code in an npm module that extends Apostrophe.ui/public
toui/src
.ui/src
imports without waiting for next tick, which is appropriate as we see it as an alternative toui/public
, which has always been run without delay.Beta Was this translation helpful? Give feedback.
All reactions