From a39249552bdfbf2fd49a5b8cc5c16e3d89c32a8a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 17 May 2018 14:59:38 -0400 Subject: [PATCH] Add indent:'' for rollup-plugin-json --- build_src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_src.js b/build_src.js index 299acb83e..ab215ca57 100644 --- a/build_src.js +++ b/build_src.js @@ -32,7 +32,7 @@ module.exports = function buildSrc() { browser: false }), commonjs(), - json() + json( { indent: '' }) ], cache: cache })