I’ve cloned the repo of Advanced gutenberg blocks => https://github.com/zgordon/advanced-gutenberg-course. i’ve done some custom blocks by myself but seems like compiling the scss doesn’t seem to work but for the file under /filter/style.scss. this file get compile into blocks.style.css as wanted but no other file are getting compile into blocks.style.css.
i’ve look throught the js generated by webpack and i can see that the webpack is getting them but doesnt compile it into the file.
Any idea of what i could do to make it work ? i didn’t change any setting in webpack.config.js or in .babelrc the only thing i added are those custom blocks i made up.
So No scss file are getting compile but the one under filter/style.scss. Any Scss from Any custom blocks of the course including my custom block aren’t working