Skip to content

Commit

Permalink
fix: imports, PagesTopLoader imported incorrectly like nextjs-topload…
Browse files Browse the repository at this point in the history
…er/dist/pages and useEffect like nextjs-toploader/dist/app
  • Loading branch information
TheSGJ committed Aug 27, 2024
1 parent f739118 commit d3a08e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,9 @@

- Fixing for react js
- Updated README.md Documentation made it more readable.

## v3.6.13

### Fixed

- Fixed imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/pages and useEffect like nextjs-toploader/dist/app
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"typecheck": "tsc -p tsconfig.json"
},
"exports": {
".": "./dist/index.js",
"./app": "./dist/app.js",
"./pages": "./dist/pages.js"
},
"funding": {
"url": "https://buymeacoffee.com/thesgj"
},
Expand Down

0 comments on commit d3a08e3

Please sign in to comment.