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
fix(amp,opencode): add fixedExtension option to output .js extension
Both amp and opencode were missing the fixedExtension: false option,
causing tsdown to output .mjs files instead of .js files expected by
package.json main/module fields.
0 commit comments