antfu-collective / vite-plugin-inspect

Inspect the intermediate state of Vite plugins
MIT License
1.29k stars 75 forks source link

feat: apply tsup cjs interop #103

Closed userquin closed 11 months ago

userquin commented 11 months ago

Description

This PR just use tsup approach to define exports.__esModule after use strict in the postbuild script:

imagen

Linked Issues

Additional context