Skip to content

Commit ca96b7b

Browse files
authored
Update README.md
1 parent e831507 commit ca96b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = {
110110
use: extractCSS.extract([ 'css-loader', 'postcss-loader' ])
111111
},
112112
{
113-
test: /\.html$/i,
113+
test: /\.less$/i,
114114
use: extractLESS.extract([ 'css-loader', 'less-loader' ])
115115
},
116116
]

0 commit comments

Comments
 (0)