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
The bundle produced with <bundle>true</bundle> won't work in the browser because none of the candy dependencies are included.
I'm not sure I didn't miss something here, but I found an example in the separate j4ts project that includes manually concatenating files together post-bundling which I took as confirmation that automatic bundling functionality is not present.
The text was updated successfully, but these errors were encountered:
lgrignon
changed the title
Bundle should include candies
Bundle could include candies
Mar 20, 2021
This is actually the expected behavior. Candies JS files are extracted (see candiesJsOut), but not included in bundle.
That would be a very interesting option though.
Let's keep it open with a clear title for this request / issue.
lgrignon
changed the title
Bundle could include candies
Option to include candies JS files in bundle
Mar 20, 2021
The bundle produced with
<bundle>true</bundle>
won't work in the browser because none of the candy dependencies are included.I'm not sure I didn't miss something here, but I found an example in the separate j4ts project that includes manually concatenating files together post-bundling which I took as confirmation that automatic bundling functionality is not present.
The text was updated successfully, but these errors were encountered: