Skip to content

Commit af315d6

Browse files
committed
chore - Improve formatting
1 parent d4a8a5c commit af315d6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,15 @@ module.exports = {
9595
test: /\.css$/,
9696
loader: ExtractTextPlugin.extract({
9797
fallback: 'style-loader',
98-
use: [{
99-
loader: 'css-loader',
100-
query: {
101-
localIdentName: 'PURIFY_[hash:base64:5]',
102-
modules: true
98+
use: [
99+
{
100+
loader: 'css-loader',
101+
options: {
102+
localIdentName: 'PURIFY_[hash:base64:5]',
103+
modules: true
104+
}
103105
}
104-
}]
106+
]
105107
})
106108
}
107109
]

0 commit comments

Comments
 (0)