From cfde3ee85d4676c0b238eb7a038b51664727417d Mon Sep 17 00:00:00 2001 From: Julen Garcia Leunda Date: Sun, 15 Sep 2019 19:34:16 +0200 Subject: [PATCH] Add buble compiler target chrome version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c957b40b18..c4645049e4 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "url": "git://github.com/webtorrent/webtorrent-desktop.git" }, "scripts": { - "build": "buble src --output build", + "build": "buble src --target chrome:71 --output build", "clean": "node ./bin/clean.js", "gh-release": "gh-release", "install-system-deps": "brew install fakeroot dpkg",