JSON
AssetPack plugin for minifying JSON files. This plugin simplifies JSON files by removing whitespace, reducing file size and improving load times.
Example
import { json } from "@assetpack/core/json";
export default {
...
pipes: [
...
json(),
],
};