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
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
iifein the rollup configuration. I am wondering ifiifeis recommended for Svelte projects comparing to theesmodule format? I can make theesformat 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