From cd662645380dd444d020180eda753d8b07588432 Mon Sep 17 00:00:00 2001 From: abchen Date: Fri, 5 Apr 2024 20:31:43 +0800 Subject: [PATCH] =?UTF-8?q?chore(ignore):=20=E8=B0=83=E6=95=B4vscode?= =?UTF-8?q?=E7=9A=84=E6=8F=92=E4=BB=B6=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= =?UTF-8?q?,=E5=90=8C=E6=97=B6=E5=8F=96=E6=B6=88package=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E5=8E=8B=E7=BC=A9=E4=B8=91=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swcrc | 7 +++++-- .vscodeignore | 7 +++++++ package.json | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.swcrc b/.swcrc index 1a350a2..f515af9 100644 --- a/.swcrc +++ b/.swcrc @@ -9,7 +9,10 @@ "target": "es5", "loose": false, "externalHelpers": false, - "keepClassNames": false + "keepClassNames": false, + "minify": { + "keep_fnames": true + } }, - "minify": true + "minify": false } diff --git a/.vscodeignore b/.vscodeignore index 0630f6e..26cce96 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -19,3 +19,10 @@ resources/bootstrap-icons.woff .github/** .husky/** .eslintignore +TODO.md +TODO-ZN.md +CONTRIBUTING.md +.commitlintrc.json +.all-contributorsrc +.release-it.json +yarn.lock \ No newline at end of file diff --git a/package.json b/package.json index 723c6f8..e051fda 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bookmark-manager", "displayName": "Bookmark Manager (BM)", "description": "Simple and easy to use bookmark manager", - "version": "0.0.30", + "version": "0.0.31", "engines": { "vscode": "^1.82.0" }, @@ -28,7 +28,7 @@ "vscode:prepublish": "yarn run package", "compile": "webpack", "watch": "webpack --watch", - "package": "webpack --mode production --devtool hidden-source-map", + "package": "webpack --devtool hidden-source-map", "compile-tests": "tsc -p . --outDir out", "watch-tests": "tsc -p . -w --outDir out", "pretest": "yarn run compile-tests && yarn run compile && yarn run lint",