Skip to content

Commit

Permalink
fixes "could not resolve runtime.js" error within prefresh/nollup (#547)
Browse files Browse the repository at this point in the history
* fixes "could not resolve runtime.js" error within prefresh/nollup

* Create thin-plums-taste.md

---------

Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
  • Loading branch information
Sanshain and JoviDeCroock committed May 20, 2024
1 parent 046c9a3 commit 3a61544
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thin-plums-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@prefresh/nollup": patch
---

fixes "could not resolve runtime.js" error within prefresh/nollup
4 changes: 4 additions & 0 deletions packages/nollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"require": "./src/index.js",
"import": "./src/wrapper.mjs"
},
"./src/runtime.js": {
"require": "./src/runtime.js",
"import": "./src/runtime.js"
},
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit 3a61544

Please sign in to comment.