From 81339694b70974123b1507395c5a2e2e74b78839 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 8 Nov 2019 11:50:35 -0800 Subject: [PATCH] add bundlewatch --- .travis.yml | 1 + package.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index d1959fd..2e245ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ node_js: script: - yarn test --coverage --coverageReporters=text-lcov | coveralls + - yarn build && bundlewatch diff --git a/package.json b/package.json index deefd80..19f0383 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "autoprefixer": "^9.4.7", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.0.5", + "bundlewatch": "^0.2.5", "chokidar": "^2.1.5", "coveralls": "^3.0.2", "cross-env": "^5.2.0", @@ -101,5 +102,12 @@ "html", "text-summary" ] + }, + "bundlewatch": { + "files": [ + { + "path": "dist/*" + } + ] } }