Add indent:'' for rollup-plugin-json

This commit is contained in:
Bryan Housel
2018-05-17 14:59:38 -04:00
parent d5fbabc253
commit a39249552b

View File

@@ -32,7 +32,7 @@ module.exports = function buildSrc() {
browser: false
}),
commonjs(),
json()
json( { indent: '' })
],
cache: cache
})