diff --git a/README.md b/README.md index 1def7928..8e0e79c3 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ within the CSS directly as an annotation comment. **webpack.config.js** ```js { - loader: 'postcss-loader' + loader: 'postcss-loader', options: { sourceMap: 'inline' }