Skip to content

Releases: lingui/swc-plugin

Very First Release

06 Jan 21:11
Compare
Choose a tag to compare
Very First Release Pre-release
Pre-release

This is a first pre-release. This doesn't have a npm release yet, so you can you try a plugin just by downloading and putting it into your repo.

And in .swcrc

{
  "$schema": "https://json.schemastore.org/swcrc",
  "jsc": {
    "parser": {
      "syntax": "typescript",
      "tsx": true
    },
    "experimental": {
      "plugins": [
        ["./lingui_macro_plugin.wasm", {}],
      ]
    }
  },
  "minify": false
}