rspack_plugin_runtime 0.7.11

rspack runtime plugin
Documentation
1
2
3
4
5
6
7
// define __esModule on exports
<%- MAKE_NAMESPACE_OBJECT %> = <%- basicFunction("exports") %> {
	if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
		Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
	}
	Object.defineProperty(exports, '__esModule', { value: true });
};