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
deno bundle is not designed to be a general purpose bundler. In it current form it is likely not to exist into the future (see: #15463). We are not really considering new features for it at this point. If you want a general purpose bundler, use esbuild which supports Deno natively.
For example,
deno bundle --only-pattern '^file:\/\/.*foobar'
will not bundleimport.meta.url
like 'https://xxx'import.meta.url
on local filesystem withoutfoobar
Also below maybe handy.
The text was updated successfully, but these errors were encountered: