Skip to content

Commit

Permalink
Merge pull request #24885 from martinnabhan/bugfix/next-js-image-cont…
Browse files Browse the repository at this point in the history
…ext-esm

Next.js: Add back image context CommonJS export
  • Loading branch information
valentinpalkovic authored Nov 17, 2023
2 parents 4c77249 + 4b52a28 commit 02dff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"./dist/image-context": {
"types": "./dist/image-context.d.ts",
"require": "./dist/image-context.mjs",
"require": "./dist/image-context.js",
"import": "./dist/image-context.mjs"
},
"./preset": {
Expand Down

0 comments on commit 02dff4d

Please sign in to comment.