Independent sigpro vs sigpro-ui
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
This commit is contained in:
7
src/build_umd.js
Normal file
7
src/build_umd.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as All from './sigpro-ui.js';
|
||||
import * as Edt from './editor.js';
|
||||
import * as Loc from './locale.js';
|
||||
|
||||
if (typeof window !== "undefined") {
|
||||
Object.assign(window, All, Edt, Loc)
|
||||
}
|
||||
Reference in New Issue
Block a user