Hello All,
I've got a simple 4.x application that I've scaffolded out using the @arcgis/cli. I've created a custom widget using the "arcgis widget mywidget" command and it sets up directory structure for the widget like:
widgets/Mywidget/styles/Mywidget.scss
My problem is that I can't find out to get the scss file for the custom widget to be included in the build so the styles are picked up.
Can anyone offer a suggestion?
Thanks!
--john