This repository was archived by the owner on Jan 3, 2023. It is now read-only.
- Move the
transformargument of thesetupfunction into an objectsetup(build, { transform } = {}) {to be more flexible with possible future plugins. As recommended by @evanw esbuild/community-plugins#13 (comment).