Commit 97eee70
authored
Merge pull request #309 from inexorabletash/nnotepad-dumb-server
NNotepad: Fix NPM module include for serving from github.io
The Vite server used for local development will automagically rewrite NPM module references from script file imports, but when serving from github.io that fails. Oops!
Just use the explicit relative path to the webidl2 module.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments