Closed wisetc closed 5 years ago
bundle 后的 main 包中包含了 salt-ui.css, 配置 webpack sass-loader
时,我忘了在生产环境 webpack 配置中使用 ExtractTextPlugin,这使得 salt-ui.css 被打包进 js 中。使用插件 ExtractTextPlugin
后效果良好。
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
引入 saltui 打包之后包体积过大(并没有直接 import { component } from index all, 而是采用的推荐方式 babel-plugin-import),其中 saltui ~377kb, salt-icon ~296kb,能否将 saltui 和 salt-icon 排除出 main, 有没有对应 CDN,例如 unpkg?