Skip to content

Commit 337f7ad

Browse files
committed
x
1 parent 1a06521 commit 337f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports = {
147147
}
148148
}),
149149
new MangleCssClassPlugin({
150-
classNameRegExp: '(fa|clazz)-([a-zA-Z0-9-]+)',
150+
classNameRegExp: '((fa|clazz)-([a-zA-Z0-9-]+)|fa(b?)|)',
151151
mangleCssVariables: true,
152152
log: true,
153153
}),

0 commit comments

Comments
 (0)