eslint 语法检测出的问题


error  'AMap' is not defined  no-undef

externals: {
  AMap: 'AMap',
}

webpack定义

import AMap from 'AMap'

在使用到的地方引用