Skip to content

Commit

Permalink
fix: replace output by fileName in rollup-plugin-scss options (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jul 12, 2023
1 parent c0e6791 commit 1ec596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
exclude: ['**/*.test.ts', '**/*.test.tsx', '**/*.stories.tsx'],
}),
commonjs(),
scss({ outputStyle: 'compressed', output: 'dist/bundle.css' }),
scss({ outputStyle: 'compressed', fileName: 'bundle.css' }),
babel({ babelHelpers: 'bundled' }),
// import katex fonts
copy({
Expand Down

0 comments on commit 1ec596e

Please sign in to comment.