bool.js:
export default true
index.js:
import bool from "./bool"
const hs = document.documentElement.style
if (bool) {
hs.color = "#222"
}
console.log("hey")
command:
rollup index.js
output:
console.log("hey")
😢
@azdavis The real mystery is why does it work with a log within the predicate block? ¯_(ツ)_/¯

Thanks – this will be fixed by #902
@Rich-Harris you ALWAYS come through bruh!
Most helpful comment
Thanks – this will be fixed by #902