Matt Rose

Results 2 comments of Matt Rose

SassDoc is using [CDocParser](https://github.com/FWeinb/CDocParser). I like that it uses C comment block standards, so that it's easy to control what comments are being parsed.

Try adding this to your webpack config. For webpack 5: ```js module.exports = { resolve: { fallback: { fs: false, path: false, os: false, }, }, } ``` For webpack...