Skip to content

Commit c307def

Browse files
authored
Merge pull request #395 from billgo/patch-1
Update README.md
2 parents 002c887 + ca96b7b commit c307def

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
@@ -113,7 +113,7 @@ module.exports = {
113113
use: extractCSS.extract([ 'css-loader', 'postcss-loader' ])
114114
},
115115
{
116-
test: /\.html$/i,
116+
test: /\.less$/i,
117117
use: extractLESS.extract([ 'css-loader', 'less-loader' ])
118118
},
119119
]

0 commit comments

Comments
 (0)