tjx666 / awesome-chrome-extension-boilerplate

Use react + typescript + webpack to enhance your chrome extension development experience
MIT License
407 stars 44 forks source link

yarn start下使用antd组件报错 #7

Closed lihuaye closed 4 years ago

lihuaye commented 4 years ago
Uncaught SyntaxError: Unexpected token 'else'
    at Object../node_modules/@ant-design/colors/lib/generate.js

yarn build是可以正常使用

lihuaye commented 4 years ago

image

tjx666 commented 4 years ago

你好,我在本地使用 antd 并没碰到问题,麻烦先试一下最新版,看看有没有解决问题。如果还有问题麻烦提供一个示例仓库或者贴下你出问题的源代码。从你前面的描述中我并没有获取到对解决问题有用的信息。

lihuaye commented 4 years ago

你好,我在本地使用 antd 并没碰到问题,麻烦先试一下最新版,看看有没有解决问题。如果还有问题麻烦提供一个示例仓库或者贴下你出问题的源代码。从你前面的描述中我并没有获取到对解决问题有用的信息。

更新后可以使用了,万分感谢。 就是在模板基础上使用antd组件后,start编译出来的代码 if 语句块在注释行,导致的错误