You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ./src/barrel.mjsimport{a}from'./a.mjs';import{b}from'./b.mjs';// a is unusedconst__webpack_exports__a__=a;const__webpack_exports__b__=b;export{__webpack_exports__a__asa,__webpack_exports__b__asb};
Uh oh!
There was an error while loading. Please reload this page.
Details
1. without re-assignment
output:
2. with re-assignment
output:
Reproduction
see https://github.com/SoonIter/rspack-reassign-treeshaking-issue
which is a minimal production of https://github.com/SoonIter/rslib-css-modules-treeshaking
The text was updated successfully, but these errors were encountered: