webpack-contrib / expose-loader

Expose Loader
MIT License
546 stars 73 forks source link

Customizing the runtime getGlobalThis #203

Closed mabounassif closed 1 year ago

mabounassif commented 1 year ago

Feature Proposal

Feature Use Case

There are some odd cases where globalThis is partially defined and won't work.

Think of a custom JS engine.

Any chance we could plug an external script, or incorporate it as an option?

alexander-akait commented 1 year ago

Yes, Do you want to send a PR?

mabounassif commented 1 year ago

Yes.