0

伙计们

我在 react-native webpack 4 项目中使用了shoutem ii得到以下错误...

./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 有关,但是当我尝试关闭 n WebPack 时,我遇到了同样的问题。

请问有人有什么想法吗?

4

1 回答 1

1

添加 :

"env": {
  "amd": true
}

在你的 eslintrc 文件中。

于 2018-05-22T09:21:35.983 回答