UNPKG

@alilc/lowcode-editor-core

Version:

Core Api for Ali lowCode engine

9 lines (8 loc) 343 B
"use strict"; exports.__esModule = true; exports.getPublicPath = getPublicPath; var _document$currentScri; var publicPath = (_document$currentScri = document.currentScript) === null || _document$currentScri === void 0 ? void 0 : _document$currentScri.src.replace(/^(.*\/)[^/]+$/, '$1'); function getPublicPath() { return publicPath || ''; }