Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS from main.css is extracted to bootstrap.css #228

Open
matt-gadd opened this issue Jan 4, 2019 · 1 comment · May be fixed by #467 or dojo/webpack-contrib#335
Open

CSS from main.css is extracted to bootstrap.css #228

matt-gadd opened this issue Jan 4, 2019 · 1 comment · May be fixed by #467 or dojo/webpack-contrib#335
Assignees
Labels
Projects

Comments

@matt-gadd
Copy link
Contributor

matt-gadd commented Jan 4, 2019

Bug

Expected behavior:
CSS included in main.css is outputted to the main.css bundle.

Actual behavior:
CSS is output to the bootstrap.css bundle.

@matt-gadd matt-gadd added the bug label Jan 4, 2019
@maier49 maier49 assigned maier49 and unassigned maier49 May 28, 2020
@maier49
Copy link
Contributor

maier49 commented May 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Dojo 8
  
To do
3 participants