He Guys
我正在使用shoutem与react-native 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时,我会遇到同样的问题。
有人有任何想法吗?
答案 0 :(得分:1)
添加:
"env": {
"amd": true
}
在你的eslintrc文件中。