rspack_plugin_runtime 0.7.11

rspack runtime plugin
Documentation
1
2
3
4
5
6
7
8
<%- GLOBAL %> = (<%- basicFunction("") %> {
	if (typeof globalThis === 'object') return globalThis;
	try {
		return this || new Function('return this')();
	} catch (e) {
		if (typeof window === 'object') return window;
	}
})();