From 40add26ca597ec277712b378297b1f8a259ce996 Mon Sep 17 00:00:00 2001 From: Jay Khatri Date: Sat, 13 Feb 2021 22:46:11 -0500 Subject: [PATCH] change --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3724354b..575108eb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "bundle": "rollup --config", "bundle:dev": "rollup --config --watch", "typings": "tsc -d --declarationDir typings", - "dev": "webpack --watch" + "dev": "webpack --watch", + "bundle:highlight": "webpack" }, "repository": { "type": "git",