0.0.4 • Published 5 years ago

rollup-plugin-extract-translation-keys v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

rollup-plugin-extract-translation-keys (WIP)

webpack-extract-translation-keys for rollup

Usage

Install this plugin:

npm install --save-dev rollup-plugin-extract-translation-keys

Include it in your configuration:

// rollup.config.js
import path from "path";
import extractTranslationKeys from "eslint-plugin-extract-translation-keys";

export default {
  // Other configuration...
  plugins: [
    extractTranslationKeys({
      output: path.join(__dirname, "dist", "translation-keys.json")
    })
  ]
};

When you run rollup, you'll get dist/translation-keys.json file.

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago