fix: inline CJS module/exports shims in client bundle for browser loader
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
window.__ModuleLoader__.load({ id: "@gyxx/dsh-plugin-gyxx-workbench", factory: (require) => {
|
||||
var module = { exports: {} };
|
||||
var exports = module.exports;
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user