diff --git a/packages/common/utils.js b/packages/common/utils.js index f5800185485c463f37cb5a6c517dc5d7fea39337..e4bae26b0ed2da185be88fbe795b13de56be76d6 100644 --- a/packages/common/utils.js +++ b/packages/common/utils.js @@ -203,7 +203,7 @@ export const initAssetBaseURL = (id) => { if (document.currentScript && document.currentScript.src) { _assetBaseURL = document.currentScript.src; } -} +}; /** * Get an absolute path for assets given a relative path to the js bundle.