Skip to content

Commit 23b7535

Browse files
committed
docs(en): fetch all
1 parent 63af6c0 commit 23b7535

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/content/loaders/sass-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Example where the `sass-loader` loader uses the `node-sass` implementation:
147147
{
148148
"devDependencies": {
149149
"sass-loader": "^7.2.0",
150-
"node-sass": "^4.0.0"
150+
"node-sass": "^5.0.0"
151151
}
152152
}
153153
```

src/content/loaders/source-map-loader.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ module.exports = {
137137
};
138138
```
139139

140+
More information about the `ignoreWarnings` option can be found [here](/configuration/other-options/#ignorewarnings)
141+
140142
## Contributing
141143

142144
Please take a moment to read our contributing guidelines if you haven't yet done so.

0 commit comments

Comments
 (0)