Closed guybedford closed 8 years ago
Apparently npm allows dist/* to refer to dist/x/y.js so it isn't just a normal glob in these patterns.
dist/*
dist/x/y.js
Apparently npm allows
dist/*
to refer todist/x/y.js
so it isn't just a normal glob in these patterns.