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
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
ExportDefaultDeclaration expects export default to be at the beginning of the string.
https://github.com/rollup/rollup/blob/8466b4ce56415f27687842b3177138929efee62c/src/ast/nodes/ExportDefaultDeclaration.js#L56
Either we need to
.trim()the string or guard againstnamedExportsbeing empty causing an empty first line at:https://github.com/rollup/rollup-plugin-json/blob/master/src/index.js#L147