5.5.9 • Published 10 months ago

@intlayer/babel v5.5.9

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

@intlayer/babel: Babel plugin for Intlayer internationalization

Intlayer is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, Next.js, and Express.js.

The @intlayer/babel package is a Babel plugin that transforms Intlayer declaration files and provides internationalization features during the build process according to the Intlayer configuration.

Usage

Add the plugin to your Babel configuration:

{
  "plugins": ["@intlayer/babel"]
}

Or with options:

{
  "plugins": [
    [
      "@intlayer/babel",
      {
        "configPath": "./intlayer.config.js"
      }
    ]
  ]
}

Installation

Install the necessary package using your preferred package manager:

npm install @intlayer/babel
pnpm add @intlayer/babel
yarn add @intlayer/babel

Read about Intlayer

5.5.9

10 months ago

5.5.8

10 months ago

5.5.7

10 months ago

5.5.6

10 months ago

5.5.5

10 months ago

5.5.4

10 months ago

5.5.3

10 months ago

5.5.2

10 months ago