Skip to content

Commit 50b5895

Browse files
authored
fix(rollup): fix destination path for CSS file (#259)
1 parent c6ee2f3 commit 50b5895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdx.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
inject: true,
1717
// only write out CSS for the first bundle (avoids pointless extra files):
1818
extract: options.writeMeta
19-
? 'dist/react-semantic-ui-datepickers.css'
19+
? 'react-semantic-ui-datepickers.css'
2020
: false,
2121
})
2222
);

0 commit comments

Comments
 (0)