thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
134 stars 47 forks source link

Output cannot set the specified directory for #109

Open Jiguangjie opened 1 year ago

Jiguangjie commented 1 year ago

export default { input: 'src/index.js', output: [ { file: 'dist/js/bundle.js', format: 'esm' } ], plugins: [ scss({ output: 'dist/css/style.css', }) ] };