Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@inlang/paraglide-unplugin

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/paraglide-unplugin

Unplugin Plugin for runnning the Paraglide compiler.


Version published
Maintainers
0
Created

Paraglide-Unplugin

This package provides an Unplugin Wrapper around the paraglide-js compiler, making it easier to use with bundler such as Vite, Webpack, Rollup, and RsPack.

Learn more about Paraglide

Usage

It's unlikely that you want to use this package directly. Instead, you should use the version specific to your bundler.

  • @inlang/paraglide-vite
  • @inlang/paraglide-webpack
  • @inlang/paraglide-rollup
  • @inlang/paraglide-esbuild

If you want to use the experimental RsPack bundler, you can use this package directly.

import { paraglide } from "@inlang/paraglide-unplugin";
paraglide.rspack // RsPack Plugin (experimental)

FAQs

Package last updated on 25 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts