We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdc9e2 commit d601441Copy full SHA for d601441
packages/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -1,7 +1,7 @@
1
// This file is imported into lib/wc client bundles.
2
3
if (typeof window !== 'undefined') {
4
- let i
+ var i
5
if ((i = window.document.currentScript) && (i = i.src.match(/(.+\/)[^/]+\.js$/))) {
6
__webpack_public_path__ = i[1] // eslint-disable-line
7
}
0 commit comments