From 6efd244a81d9418b5c8de54fb920d6709ae54bb0 Mon Sep 17 00:00:00 2001 From: Austin McGee <947888+amcgee@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:13:57 +0100 Subject: [PATCH] chore: remove unused lib bundle output paths --- cli/src/lib/paths.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/src/lib/paths.js b/cli/src/lib/paths.js index d521a95e..de6bf017 100644 --- a/cli/src/lib/paths.js +++ b/cli/src/lib/paths.js @@ -149,8 +149,6 @@ module.exports = (cwd = process.cwd(), { typeScript } = {}) => { 'bundle', '{name}-{version}.zip' ), - buildLibBundleFile: '{name}-{version}.zip', - buildLibBundleOutput: path.join(base), launchPath: 'index.html', pluginLaunchPath: 'plugin.html',