xiezhichao

Results 2 comments of xiezhichao

在 js 中导入样式文件,比如: ```jsx // ComponentA.jsx import React from 'react' import ComponentB from '../component-b' import './index.css' ``` webpack 打包之后,js 会动态在 header 中插入 script 标签,上述案例中,因为先 import ComponentB,如果 ComponentB 中也有 css 导入,那么...

v5.4 同样的问题,registerPainter 后解决,期待文档及时更新