Skip to content

Commit

Permalink
build: fix missing output.file change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed Dec 28, 2023
1 parent 0512d71 commit 571205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
external: [/@babel\/runtime/, ...Object.keys(globals)],
output: [
{
file: meta.exports["."],
file: meta.exports["."]["import"],
format: "es",
plugins: [
getBabelOutputPlugin({
Expand Down

0 comments on commit 571205f

Please sign in to comment.