yezihaohao / react-admin

:sparkles: react-admin system solution : react 后台管理系统解决方案
https://admiring-dijkstra-34cb29.netlify.com/
MIT License
6.64k stars 1.87k forks source link

编译失败 #55

Closed tonyjt closed 6 years ago

tonyjt commented 6 years ago

./src/components/index.js Line 26: Unexpected '!' in 'bundle-loader?lazy!./ui/Wysiwyg'. Do not use import syntax to configure webpack loaders import/no-webpack-loader-syntax

Search for the keywords to learn more about each error.

yezihaohao commented 6 years ago

eslint 配置添加"import/no-webpack-loader-syntax": 0 建议用react-loadable组件,后续也会剔除这种用法