Open depuits opened 2 years ago
I originally authored this plugin and I no longer have access to this organization. Ideally, they will maintain the plugin but I would wager that isn't going to happen.
If you like, I have addressed this issue with @fidian/metalsmith-sugar (GitHub). 1.2.2 was released moments ago to fix this.
metalsmith.match
was added since version^2.4.1
. Because of a package dependency to version^2.3.0
this creates error in plugins using thematch
method. As pointed out in issue https://github.com/metalsmith/sass/issues/4#issuecomment-1050863115 it would be better to add themetalsmith
dependency aspeerDependency
to avoid these problem.