Hi,
Just have a few question with regards to the updated solution.
- I am getting an error with
import {basename, join} from 'node:path';
. The error isError parsing bud.config: require is not defined in ES module scope, you can use import instead
. - I’ve installed
@roots/bud-support
via yarn in dev and tried runningyarn build
, but the error message this time too isTypeError: The 'compilation' argument must be an instance of Compilation....
I am in the same position as OP moving from laravel mix to bud and the config file does require a bit of tinkering to output multiple CSS from SCSS. Any advice is appreciated!