Skip to content

Commit

Permalink
fix(rollup): fixed style.css name
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoterrinoni committed Jun 6, 2018
1 parent 293315a commit 8b5ca9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export default {
plugins: [

postcss({
extract: true,
minimize: true,
sourceMap: true
sourceMap: true,
extract: 'dist/style.css',
}
),

Expand Down

0 comments on commit 8b5ca9a

Please sign in to comment.