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
I experimented with vite-plugin-externals, but it didn't seem to have any effect. Then I came across rollup/rollup#2374, which notes that external and output.globals only work with iife or umd output formats. Maybe there should be a disclaimer in the readme to explain that?
The text was updated successfully, but these errors were encountered:
@IanVSvite-plugin-external or vite-plugin-externals? Would you mind if I got an example from you about this issue, actually I do not know this issue rollup/rollup#2374 because I never do output.globals and esm output format together.
I experimented with
vite-plugin-externals
, but it didn't seem to have any effect. Then I came across rollup/rollup#2374, which notes thatexternal
andoutput.globals
only work withiife
orumd
output formats. Maybe there should be a disclaimer in the readme to explain that?The text was updated successfully, but these errors were encountered: