Skip to content

Commit

Permalink
fix(rollup): fix destination path for CSS file (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner committed May 4, 2020
1 parent c6ee2f3 commit 50b5895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdx.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
inject: true,
// only write out CSS for the first bundle (avoids pointless extra files):
extract: options.writeMeta
? 'dist/react-semantic-ui-datepickers.css'
? 'react-semantic-ui-datepickers.css'
: false,
})
);
Expand Down

1 comment on commit 50b5895

@vercel
Copy link

@vercel vercel bot commented on 50b5895 May 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.