New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lingui/snowpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/snowpack-plugin

Snowpack plugin for Lingui message catalogs

3.11.0
latest
Source
npm
Version published
Weekly downloads
57
612.5%
Maintainers
1
Weekly downloads
 
Created
Source

License Version Downloads

@lingui/snowpack-plugin

Snowpack plugin which compiles on the fly the .po files for auto-refreshing. In summary, lingui compile command isn't required when using this plugin

@lingui/snowpack-plugin is part of LinguiJS. See the documentation for all information, tutorials and examples.

Installation

npm install --save-dev @lingui/snowpack-plugin
# yarn add --dev @lingui/snowpack-plugin

Usage

snowpack.config.js

module.exports = {
  plugins: [
    '@lingui/snowpack-plugin',
  ],
}

License

MIT

Keywords

snowpack-plugin

FAQs

Package last updated on 07 Sep 2021

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