@applaud/cli-service
Version:
local service for vue-cli projects, build on @vue/cli-service@3.4.1
12 lines (9 loc) • 335 B
JavaScript
// This file is imported into lib/wc client bundles.
if (typeof window !== 'undefined') {
var i
if ((i = window.document.currentScript) && (i = i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))) {
__webpack_public_path__ = i[1] // eslint-disable-line
}
}
// Indicate to webpack that this file can be concatenated
export default null