You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our Webpack config expects a flat list of .js files within /src/apps and transforms each into a bundle entry point.
For apps that might have a larger number of entry points (e.g. openfin apps) it would be useful to support a subfolder structure within apps to better organize.
The text was updated successfully, but these errors were encountered:
Currently our Webpack config expects a flat list of .js files within
/src/apps
and transforms each into a bundle entry point.For apps that might have a larger number of entry points (e.g. openfin apps) it would be useful to support a subfolder structure within
apps
to better organize.The text was updated successfully, but these errors were encountered: