Jordan Pittman bd167635d5
Invalidate context when main css changes (#7626)
* Invalidate context when CSS changes

* Remove invalidation count check

* Add sass integration test

* Update changelog
2022-02-25 13:12:45 -05:00

6 lines
97 B
JavaScript

let path = require('path')
module.exports = {
plugins: [require(path.resolve('..', '..'))],
}