Skip to content

Commit

Permalink
chore: remove unused lib bundle output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Nov 21, 2024
1 parent 1b31c2b commit 6efd244
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/src/lib/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6efd244

Please sign in to comment.