특정 콘텐츠 유형의 모든 Drupal 노드에서 실행하려는 단일 페이지 앱이 있습니다.'drupalSettings'가 정의되지 않았습니다. no-undef
응용 프로그램은 원사를 사용하여 반응합니다. 내하는 index.js에서
나는 다음을 수행하려고 파일 :
if(window.location.href !== 'http://localhost:3002/') {
console.log(drupalSettings);
}
그러나 npm run build
또는 yarn build
은 모두 나에게 'drupalSettings' is not defined no-undef
을주고있다.
npm/yarn이이 경고를 무시하도록하려면 어떻게해야합니까?