From bcf4d9834a711f540f2919962daf97197c239ec0 Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Fri, 27 Jul 2018 11:12:25 -0400 Subject: [PATCH] Don't build source map for karma test bundle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 793b9c7..06d64af 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "npm run travis", "prebuild": "parcel build --global Filer src/index.js --no-minify --out-file filer.js", "build": "parcel build --global Filer src/index.js --out-file filer.min.js --detailed-report", - "prekarma-mocha": "parcel build tests/index.js --out-dir tests/dist", + "prekarma-mocha": "parcel build tests/index.js --no-source-maps --out-dir tests/dist", "karma-mocha": "karma start karma.conf.js" }, "repository": {