Skip to content

Commit 3a61544

Browse files
fixes "could not resolve runtime.js" error within prefresh/nollup (#547)
* fixes "could not resolve runtime.js" error within prefresh/nollup * Create thin-plums-taste.md --------- Co-authored-by: Jovi De Croock <[email protected]>
1 parent 046c9a3 commit 3a61544

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/thin-plums-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@prefresh/nollup": patch
3+
---
4+
5+
fixes "could not resolve runtime.js" error within prefresh/nollup

packages/nollup/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"require": "./src/index.js",
99
"import": "./src/wrapper.mjs"
1010
},
11+
"./src/runtime.js": {
12+
"require": "./src/runtime.js",
13+
"import": "./src/runtime.js"
14+
},
1115
"./package.json": "./package.json"
1216
},
1317
"scripts": {

0 commit comments

Comments
 (0)