М

Size: a a a
М
RU
М
М
if (process.env.NODE_ENV === 'production') {
__webpack_public_path__ = chrome.extension.getURL('/js/');
} else {
// In development mode,
// the iframe of injectpage cannot get correct path,
// it need to get parent page protocol.
const path = `//${__HOST__}:${__PORT__}/js/`;
if (location.protocol === 'https:' || location.search.indexOf('protocol=https') !== -1) {
__webpack_public_path__ = `https:${path}`;
} else {
__webpack_public_path__ = `http:${path}`;
}
}
М
М
РС
РС
KA
Can't resolve 'package-name'
РС
Can't resolve 'package-name'
РС
RU
РС
RU
A
И
И
И
И
KS