Answering myself:
app.build.items.precss.setLoader('minicss');
app.hooks.action('build.before', (bud) => {
bud.extensions.get('@roots/bud-extensions/mini-css-extract-plugin').enable(true);
});
Answering myself:
app.build.items.precss.setLoader('minicss');
app.hooks.action('build.before', (bud) => {
bud.extensions.get('@roots/bud-extensions/mini-css-extract-plugin').enable(true);
});