Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address CodeQL issue
Browse files Browse the repository at this point in the history
Signed-off-by: gpbl <[email protected]>
gpbl committed Oct 26, 2023
1 parent 5d16432 commit 856fb78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -108,11 +108,7 @@ const cssConfig = {
src: 'src/style.css',
dest: './dist',
rename: 'style.module.css',
transform: (contents) =>
contents
.toString()
.replace(/\.rdp-/g, '.')
.replace(/\.rdp/g, '.rdp')
transform: (contents) => contents.toString().replace(/\.rdp-/g, '.')
},
{
src: './dist/style.css.d.ts',

0 comments on commit 856fb78

Please sign in to comment.