From 57324aacd78c315bc746414376cd648ec7897427 Mon Sep 17 00:00:00 2001 From: erhant Date: Fri, 16 Feb 2024 11:41:52 +0300 Subject: [PATCH] Fix parcel targets --- package.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index dc407c4..aa5e0a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firstbatch", - "version": "0.1.7", + "version": "0.1.8", "author": "FirstBatch Team ", "license": "MIT", "contributors": [ @@ -32,19 +32,13 @@ "targets": { "cjs": { "outputFormat": "commonjs", - "isLibrary": false, - "context": "node", - "scopeHoist": false, - "includeNodeModules": false, - "optimize": false + "isLibrary": true, + "context": "node" }, "mjs": { "outputFormat": "esmodule", - "isLibrary": false, - "context": "node", - "scopeHoist": false, - "includeNodeModules": false, - "optimize": false + "isLibrary": true, + "context": "node" } }, "files": [