extract css doesn't detect function calls
yoshuawuyts opened this issue · 2 comments
yoshuawuyts commented
e.g. this doesn't work:
const insertCSS = require('insert-css')
insertCSS('html, body { height: 100%; }')from choojs/bankai#49
ahdinosaur commented
hmm, that's weird. static-module should be doing the heavy lifting here and definitely supports function calls like that.
goto-bus-stop commented
we're now 2 static-module major versions in the future and i can't repro this, so it's probably fixed. thanks!