You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoping this is the right issue to jump in on. I can't figure out how to set the output directory. This plugin is putting generated assets in a subfolder of the dist folder named assets, which I don't want. I just want them in the dist dir.
export default {
input: 'src/index.js',
output: [
{
file: 'dist/js/bundle.js',
format: 'esm'
}
],
plugins: [
scss({
output: 'dist/css/style.css',
})
]
};
The text was updated successfully, but these errors were encountered: