@qnighy/babel-plugin-dedent
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @qnighy/babel-plugin-dedent

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

20.3 kB

Total Files

8

Last publish

Collaborators

  • qnighy