mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
fix(webpack-import-meta-loader): fix a bug in the publicPath logic (#1677)
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = function (source) {
|
||||
if (publicPath) {
|
||||
url += publicPath;
|
||||
} else {
|
||||
url += '//';
|
||||
url += '/';
|
||||
}
|
||||
|
||||
return url + relativeUrl;
|
||||
|
||||
Reference in New Issue
Block a user