Butternut uses true instead of an object as last argument to be passed to magicString.overwrite.
The warning appears only once, and only with Butternut's JavaScript API. But when you run multiple instances concurrently, your terminal will get cluttered with warnings.
Butternut uses
true
instead of an object as last argument to be passed tomagicString.overwrite
.The warning appears only once, and only with Butternut's JavaScript API. But when you run multiple instances concurrently, your terminal will get cluttered with warnings.
I'll attach a PR to fix this.