This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| root: true, | |
| // 指定环境全局变量 | |
| env: { | |
| browser: true | |
| }, | |
| // 自定义的全局变量 | |
| globals: { | |
| AMap: true, | |
| noUiSlider: true, |