Skip to content

Commit 392c6ae

Browse files
committed
fix media
1 parent f7c87ae commit 392c6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/lib/react/style-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function getClassMap ({ content, filename, mode, srcMode, ctorType, formatValueN
135135
if (classMapKeys.length) {
136136
classMapKeys.forEach((key) => {
137137
if (Object.keys(classMapValue).length) {
138-
// set css defalut value
138+
// set css defalut value
139139
const val = classMap[key] || {}
140140
classMap[key] = Object.assign(val, classMapValue)
141141

0 commit comments

Comments
 (0)