1.0.23 • Published 8 months ago

swc-plugin-fusion v1.0.23

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

swc-plugin-fusion

Setup

npm install --save-dev swc-plugin-fusion @swc/core

Then update your .swcrc file like below:

{
  "jsc": {
    "experimental": {
      "plugins": [
        [
          "swc-plugin-fusion",
          {
            "ssr": true,
            "transformAsseturl": true,
            "transformGql": true,
            "transformI18n": true,
            "transformSplit": true,
            "transformDirname": true,
            "topLevelImportPaths": []
          }
        ]
      ]
    }
  }
}
1.0.23

8 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.3

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago