MrXujiang / h5-Dooring

H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
https://dooring.vip
GNU General Public License v3.0
9.06k stars 1.7k forks source link

启动之后无法引用styles #81

Closed onelightyear closed 3 years ago

onelightyear commented 3 years ago

WARNING Compiled with 5 warnings warning in ./src/components/BasicShop/VisualComponents/XProgress/index.tsx "export 'default' (imported as 'styles') was not found in './index.less?modules' warning in ./src/components/BasicShop/BasicComponents/Text/index.tsx "export 'default' (imported as 'styles') was not found in './index.less?modules' warning in ./src/components/BasicShop/BasicComponents/LongText/index.tsx "export 'default' (imported as 'styles') was not found in './index.less?modules' warning in ./src/components/BasicPcShop/BasicComponents/Text/index.tsx "export 'default' (imported as 'styles') was not found in './index.less?modules' warning in ./src/components/BasicPcShop/BasicComponents/LongText/index.tsx "export 'default' (imported as 'styles') was not found in './index.less?modules'

onelightyear commented 3 years ago

把报错的5个文件里面引入的styles全部删掉就正常了