Skip to content

Commit

Permalink
Merge pull request #2466 from anuradha9712/v4.x
Browse files Browse the repository at this point in the history
chore: update rollup config for esm build
  • Loading branch information
anuradha9712 authored Dec 18, 2024
2 parents b3dc504 + 970eb0c commit bbaa57e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const commonJsPlugins = [
return `${name}_v${updatedVersion}_${hash}`;
},
},
extract: true,
extensions: ['.css', '.scss', '.sass'],
plugins: [
colorModFunction({
Expand All @@ -114,7 +113,6 @@ const commonJsPlugins = [
autoprefixer(),
],
}),
concatTokenCSS(cssSources, cssFiles),
uglify(),
];

Expand Down Expand Up @@ -241,7 +239,6 @@ const tsConfig = {
return `${name}_v${updatedVersion}_${hash}`;
},
},
extract: true,
extensions: ['.css', '.scss', '.sass'],
plugins: [
colorModFunction({
Expand All @@ -250,7 +247,6 @@ const tsConfig = {
autoprefixer(),
],
}),
concatTokenCSS(cssSources, cssFiles),
],
output: {
dir: 'dist/ts',
Expand Down

0 comments on commit bbaa57e

Please sign in to comment.