他伙计们
我正在将 shoutem 与反应原生 webpack 4 项目一起使用,我收到以下错误......
./src/node_modules/MyProject/boilerplate/node_modules/tinycolor2/tinycolor.js
Line 1187: 'define' is not defined no-undef
Line 1188: 'define' is not defined no-undef
Search for the keywords to learn more about each error.
我相信它与AMD和CommonJS有关,但是当我尝试关闭其中任何一个WebPack时,我遇到了同样的问题。
请问有人有什么想法吗?
添加:
"env": {
"amd": true
}
在您的 ESLintrc 文件中。