Skip to content

Commit

Permalink
upd: #1278; preloadStrategy -> preload-mjs; cont;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Aug 2, 2023
1 parent 3161e45 commit 4d1623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config =
{
output:
{
preloadStrategy: 'preload-js'
preloadStrategy: 'preload-mjs'
},

adapter: node(),
Expand Down

0 comments on commit 4d1623d

Please sign in to comment.