rollup-plugin-sass
Advanced tools
Changelog
RegExp | string | string[]
for include
and exclude
properties (rollup-pluginutils doesn't accept RegExp
for these props).include
and exclude
always have a default when their incoming values are directly set to undefined
- previous update had removed these default, since they were set in options merge call, however merging in undefined
prop. values weren't taken into account in that update - this update fixes that change.