Skip to content

Commit

Permalink
chore: update rollup config to include css in esm build:
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Dec 18, 2024
1 parent c2c6489 commit 2a174ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ const commonJsPlugins = [
return `${name}_v${updatedVersion}_${hash}`;
},
},
extract: true,
extensions: ['.css', '.scss', '.sass'],
plugins: [
colorModFunction({
Expand Down Expand Up @@ -251,7 +250,6 @@ const tsConfig = {
return `${name}_v${updatedVersion}_${hash}`;
},
},
extract: true,
extensions: ['.css', '.scss', '.sass'],
plugins: [
colorModFunction({
Expand Down

0 comments on commit 2a174ea

Please sign in to comment.