public-path.js 127 Bytes
Newer Older
1
const pkg = require('../package.json');
杨思琦's avatar
杨思琦 committed
2
window.arcgisAssetsPath = `${window.location.origin}/${pkg.name.toLocaleLowerCase()}`;