new Bundle ESM IIFE
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
This commit is contained in:
15
index.js
15
index.js
@@ -9,17 +9,4 @@ export const Components = {
|
||||
|
||||
export const Utils = {
|
||||
Locale, tt
|
||||
};
|
||||
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
Object.entries({ ...Components, ...Utils }).forEach(([name, value]) => {
|
||||
Object.defineProperty(window, name, {
|
||||
value,
|
||||
writable: false,
|
||||
configurable: true,
|
||||
enumerable: true
|
||||
});
|
||||
});
|
||||
console.log("SigProUI DX installed");
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user