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
feat(commonjs): set syntheticNamedExports for commonjs modules (#149)
BREAKING CHANGE:
The namedExports option has been removed, now requires rollup >= 2.3.4. Instead of manually defining named exports, rollup now handles this automatically for you.
* feat(commonjs): set syntheticNamedExports for commonjs modules
* feat(commonjs): remove namedExports option
* chore: merge with upstream
* chore(commonjs): restrict rollup version
* chore(commonjs): remove unused fixtures
0 commit comments