From 84dde48e69da61543ea9401e23fcfeb79fedbb2c Mon Sep 17 00:00:00 2001 From: Aatman Vaidya Date: Mon, 4 Sep 2023 14:44:39 +0530 Subject: [PATCH] re-parcel fix --- browser-extension/plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-extension/plugin/package.json b/browser-extension/plugin/package.json index a45be1c4..fa735fde 100644 --- a/browser-extension/plugin/package.json +++ b/browser-extension/plugin/package.json @@ -5,7 +5,7 @@ "scripts": { "prepare": "cd ../.. && husky install \"browser-extension/plugin/.husky\"", "test": "echo \"Error: no test specified\" && exit 1", - "start:options": "parcel src/options.html", + "start:options": "parcel src/options.jsx", "start:contentScript": "parcel src/content-script.js", "moveBuildArtefactsToDistDir": "cp src/options.html dist && cp manifest.json dist && cp icon* dist && cp src/background.js dist", "moveBuildArtefactsToFirefoxDistDir": "cp src/options.html dist && cp manifest.firefox.json dist/manifest.json && cp icon* dist && cp src/background.js dist",