From 5630f74bd76f6940160916f383fc60ed26787c87 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sat, 9 Dec 2023 19:48:45 +0800 Subject: [PATCH] Fix build Always Parcel --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7952294..59413d5 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,6 @@ "test": "xo && npm run build", "watch": "parcel watch --no-cache --no-content-hash --no-hmr" }, - "browserslist": [ - "Chrome 110", - "Firefox 110" - ], "xo": { "envs": [ "browser", @@ -55,6 +51,9 @@ "main": false, "module": false, "default": { + "engines": { + "browsers": "Chrome 110, Firefox 110" + }, "source": "./source/manifest.json", "distDir": "./distribution" }