🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@qnighy/babel-plugin-dedent

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

@qnighy/babel-plugin-dedent

Optimization plugin for @qnighy/dedent

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Babel plugin to optimize @qnighy/dedent

When do I need this?

This library is useful if you are using @qnighy/dedent in a production code.

You don't need this if you are using @qnighy/dedent in a test code or a development-only script.

Installation

(NOTE: not released yet)

yarn add -D @qnighy/babel-plugin-dedent
# OR:
npm install -D @qnighy/babel-plugin-dedent

Configuration

// babel.config.js example
export default {
  plugins: [
    // ...
    "@qnighy/dedent",
    // ...
  ],
};

License

MIT

Keywords

babel-plugin

FAQs

Package last updated on 27 Feb 2023

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