Skip to content

Commit

Permalink
fileName option added to scss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert González committed Aug 29, 2023
1 parent abff6a4 commit ca99edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.example.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
plugins: [
resolve(),
commonjs(),
scss({ outputStyle: isProd ? 'compressed' : 'expanded' }),
scss({ outputStyle: isProd ? 'compressed' : 'expanded', fileName: 'index.css' }),
typescript({ tsconfigOverride: { compilerOptions: { declaration: false } } }),
isProd && terser(),
license({
Expand Down

0 comments on commit ca99edb

Please sign in to comment.