Luca Forstner 160ec72e93
feat: add writeBundle hook (#179)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-10-22 19:11:24 +08:00

4 lines
126 B
JavaScript

import someString, { someOtherString } from './import'
process.stdout.write(JSON.stringify({ someString, someOtherString }))