We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63af6c0 commit 23b7535Copy full SHA for 23b7535
src/content/loaders/sass-loader.md
@@ -147,7 +147,7 @@ Example where the `sass-loader` loader uses the `node-sass` implementation:
147
{
148
"devDependencies": {
149
"sass-loader": "^7.2.0",
150
- "node-sass": "^4.0.0"
+ "node-sass": "^5.0.0"
151
}
152
153
```
src/content/loaders/source-map-loader.md
@@ -137,6 +137,8 @@ module.exports = {
137
};
138
139
140
+More information about the `ignoreWarnings` option can be found [here](/configuration/other-options/#ignorewarnings)
141
+
142
## Contributing
143
144
Please take a moment to read our contributing guidelines if you haven't yet done so.
0 commit comments