Skip to content

Commit c11e84c

Browse files
committed
fixed purgecss options
1 parent af9604d commit c11e84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function PurgeCssOptions(mode) {
7171
safelist: {
7272
standard: [
7373
/^callout-/, 'octicon'/* remark-github-blockquote-alert */,
74-
/^hljs$|-/, /^language-/,
74+
/^hljs($|-)/, /^language-/,
7575
],
7676
},
7777
stdout: true,

0 commit comments

Comments
 (0)