Move ESLint configs to overrides (#24370)
This commit is contained in:
parent
be230be734
commit
373e4a8ff0
5 changed files with 36 additions and 7 deletions
|
@ -17,4 +17,5 @@ function formatPublicPath(host = '', path = '') {
|
|||
|
||||
const cdnHost = document.querySelector('meta[name=cdn-host]');
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
__webpack_public_path__ = formatPublicPath(cdnHost ? cdnHost.content : '', process.env.PUBLIC_OUTPUT_PATH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue