Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Mar 22, 2023
1 parent 6a6c5ec commit e3d0f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dotenv.config({
});

const extraPostCssPlugins = [];
if (process.env.USE_PURGESS) { // If USE_PURGECSS is set we append it.
if (process.env.USE_PURGECSS) { // If USE_PURGECSS is set we append it.
extraPostCssPlugins.push(purgecss({
content: ['./**/*.html', './**/*.js', './**/*.jsx', './**/*.ts', './**/*.tsx'],
}));
Expand Down

0 comments on commit e3d0f15

Please sign in to comment.