@storm-software/workspace-tools 1.52.15 → 1.52.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+
2
+
1
3
  ## 1.52.15 (2024-01-29)
2
4
 
3
5
 
package/index.js CHANGED
@@ -133242,7 +133242,6 @@ var runTsupBuild = async (context, config, options) => {
133242
133242
  options.plugins.push(environmentPlugin(stormEnv));
133243
133243
  const getConfigOptions = {
133244
133244
  ...options,
133245
- main: context.main,
133246
133245
  entry: {
133247
133246
  [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
133248
133247
  },