1.0.5 • Published 1 year ago

rollup-plugin-json-minify v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

npm i rollup-plugin-json-minify -D

Usage

rollup.config.js

import jsonMinify from 'rollup-plugin-json-minify';

export default {
  ...
  plugins: [jsonMinify({rootDir: 'src', patterns: ['assets/**/*.json', 'a.json'] })],
};

Configuration

jsonMinify({
  rootDir: 'src',
  patterns: ['assets/**/*.json', 'a.json'],
});

rootDir

Type: string

default: Root directory

patterns

Type: string[]

find files using glob

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago