#plugin #styled-components #swc-plugin

swc_plugin_styled_components

styled-components 插件,适用于 http://swc.rust-lang.net.cn

34 个重大版本发布

0.34.2 2022 年 10 月 24 日
0.33.0 2022 年 10 月 20 日
0.22.0 2022 年 3 月 31 日
0.5.0 2021 年 12 月 15 日
0.2.0 2021 年 11 月 15 日

#13#swc-plugin

Download history 77/week @ 2024-07-22

每月 77 次下载

Apache-2.0

4KB

@swc/插件-样式-组件

设置

npm install --save-dev @swc/plugin-styled-components @swc/[email protected]

当前需要 @swc/[email protected]

然后按照以下方式更新您的 .swcrc 文件

{
  "jsc": {
    "experimental": {
      "plugins": [
        [
          "@swc/plugin-styled-components",
          {
            "displayName": true,
            "ssr": true
          }
        ]
      ]
    }
  }
}

依赖项

~8–15MB
~218K SLoC