Skip to content

Commit

Permalink
docs: add source-map to style-loader (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Zhao authored and evilebottnawi committed Mar 14, 2019
1 parent 6c9654d commit 69c6f91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -244,7 +244,9 @@ module.exports = {
rules: [{
test: /\.scss$/,
use: [{
loader: "style-loader"
loader: "style-loader", options: {
sourceMap: true
}
}, {
loader: "css-loader", options: {
sourceMap: true
Expand Down

0 comments on commit 69c6f91

Please sign in to comment.