From: Lady Date: Tue, 2 May 2023 23:51:17 +0000 (-0700) Subject: Support hooks for transforming build script output X-Git-Tag: 0.2.0^0 X-Git-Url: https://git.ladys.computer/Beorn/commitdiff_plain/7bea148d7f7b13878c590a9105af1829870fa7e7?ds=inline;hp=7bea148d7f7b13878c590a9105af1829870fa7e7 Support hooks for transforming build script output See README changes for a more inā€depth explanation, but the idea here is that users should have an opportunity to make adjustments to the build output before it is saved. This relies on defining hooks on the global object and then using a dynamic import to get the build script to run. ---