When removing the welcome.pcss file you need to remove the include from application.pcss as well or there will be an error at build time.
Maybe some other way to include welcome.pcss so it doesn't need to be explicitly removed? Can we have a webpack build script automatically bundle up the @import statements into application.pcss?
When removing the
welcome.pcssfile you need to remove the include fromapplication.pcssas well or there will be an error at build time.Maybe some other way to include welcome.pcss so it doesn't need to be explicitly removed? Can we have a webpack build script automatically bundle up the
@importstatements intoapplication.pcss?