Skip to content

Commit 4818ffe

Browse files
yhabibsapegin
authored andcommitted
Docs: Fix webpack CSS loader example (styleguidist#1245)
1 parent d52a42e commit 4818ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = {
6969
// Other loaders that are needed for your components
7070
{
7171
test: /\.css$/,
72-
loader: 'style-loader!css-loader?modules'
72+
use: ['style-loader', 'css-loader']
7373
}
7474
]
7575
}

0 commit comments

Comments
 (0)