Closed fi3ework closed 4 days ago
Fix https://github.com/web-infra-dev/rslib/issues/429.
Previously given a module like this:
export * from "external1"
the diff of the output after this PR will be
- import * as __WEBPACK_EXTERNAL_MODULE_external1__ from "external1"; export * from "external1"
Summary
Fix https://github.com/web-infra-dev/rslib/issues/429.
Previously given a module like this:
the diff of the output after this PR will be
Checklist