jafaircl / gatsby-plugin-amp

Gatsby plugin for creating AMP pages
34 stars 32 forks source link

:bug: Fix excludedPaths minimatch wrong usage #36

Closed nonjene closed 4 years ago

nonjene commented 4 years ago

I found excludedPaths is not working, the minimatch class is used in the wrong way

https://github.com/isaacs/minimatch#minimatch-class

nonjene commented 4 years ago

This will fix #33