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 had an occasion during build, where a connection error occurred when fetching from unpkg.com, and the bundled script became an error HTML instead of javascript.
(See additional info)
🆕 The solution you'd like
Bundle from local npm/pnpm, which is much more secure in my opinion.
🔍 Alternatives you've considered
Alternatively, stop the build if there is a connection error.