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 Jul 13, 2020. It is now read-only.
Just ran uglifyjs on https://unpkg.com/[email protected]/dist/system-register-loader.js and get 2 warnings:
WARN: Dropping unused variable thisLoader [system-register-loader.js:1198,8]
WARN: Side effects in initialization of unused variable PROCESS_REGISTER_CONTEXT [system-register-loader.js:1196,6]
Just ran uglifyjs on https://unpkg.com/[email protected]/dist/system-register-loader.js and get 2 warnings:
WARN: Dropping unused variable thisLoader [system-register-loader.js:1198,8]
WARN: Side effects in initialization of unused variable PROCESS_REGISTER_CONTEXT [system-register-loader.js:1196,6]
These are both in https://github.com/ModuleLoader/system-register-loader/blob/master/src/system-register-loader.js and are indeed not used.
The text was updated successfully, but these errors were encountered: