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
Uh oh!
There was an error while loading. Please reload this page.
-
We've just corrected a bug in Apostrophe 3.0.0 that impacts developers taking advantage of our new
ui/srcfeature. Here are the changes:ui/src/index.jsfile 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/publictoui/src.ui/srcimports 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