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
Although this should be straight forward, just moving the main.css to a different entry for the multi bundle scenario, the bootstrap plugin complicates the scenario since it dynamically loads "main.tsx" and having a main entry is therefore not allowed. May need to add this dependency explicitly in a plugin, or consider adding the import to index.html explicitly in the app template.
Bug
Expected behavior:
CSS included in
main.css
is outputted to themain.css
bundle.Actual behavior:
CSS is output to the
bootstrap.css
bundle.The text was updated successfully, but these errors were encountered: