Skip to content

Commit

Permalink
feat: minify css (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Levent Anil Ozen <[email protected]>
  • Loading branch information
leventozen and Levent Anil Ozen authored Aug 24, 2022
1 parent 33ef44d commit d2473e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const args = parseArgs(process.argv.slice(2), {
external: ['react'],
plugins: [
litCssPlugin({
uglify: true,
filter: /components\/.*\.css$/,
}),
],
Expand Down

0 comments on commit d2473e7

Please sign in to comment.