@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 +2 -0
- package/index.js +0 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +0 -1
- package/src/executors/tsup-browser/executor.js +0 -1
- package/src/executors/tsup-neutral/executor.js +0 -1
- package/src/executors/tsup-node/executor.js +0 -1
- package/src/utils/index.js +0 -1
package/package.json
CHANGED
|
@@ -115485,7 +115485,6 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
115485
115485
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
115486
115486
|
const getConfigOptions = {
|
|
115487
115487
|
...options,
|
|
115488
|
-
main: context.main,
|
|
115489
115488
|
entry: {
|
|
115490
115489
|
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
115491
115490
|
},
|
|
@@ -109294,7 +109294,6 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109294
109294
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
109295
109295
|
const getConfigOptions = {
|
|
109296
109296
|
...options,
|
|
109297
|
-
main: context.main,
|
|
109298
109297
|
entry: {
|
|
109299
109298
|
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109300
109299
|
},
|
|
@@ -109294,7 +109294,6 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109294
109294
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
109295
109295
|
const getConfigOptions = {
|
|
109296
109296
|
...options,
|
|
109297
|
-
main: context.main,
|
|
109298
109297
|
entry: {
|
|
109299
109298
|
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109300
109299
|
},
|
|
@@ -109294,7 +109294,6 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109294
109294
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
109295
109295
|
const getConfigOptions = {
|
|
109296
109296
|
...options,
|
|
109297
|
-
main: context.main,
|
|
109298
109297
|
entry: {
|
|
109299
109298
|
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109300
109299
|
},
|
package/src/utils/index.js
CHANGED
|
@@ -119809,7 +119809,6 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
119809
119809
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
119810
119810
|
const getConfigOptions = {
|
|
119811
119811
|
...options,
|
|
119812
|
-
main: context.main,
|
|
119813
119812
|
entry: {
|
|
119814
119813
|
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
119815
119814
|
},
|