You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Hello, right now the default output format is iife in the rollup configuration. I am wondering if iife is recommended for Svelte projects comparing to the es module format? I can make the es format work if I add a type='module' in the index.html, but I am not sure about the pros and cons of these two formats.
Hello, right now the default output format is
iife
in the rollup configuration. I am wondering ifiife
is recommended for Svelte projects comparing to thees
module format? I can make thees
format work if I add atype='module'
in theindex.html
, but I am not sure about the pros and cons of these two formats.template/rollup.config.js
Line 35 in 4fd09c2
The text was updated successfully, but these errors were encountered: