@storm-software/workspace-tools 1.21.14 → 1.21.15
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/package.json
CHANGED
|
@@ -115862,8 +115862,13 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
|
|
|
115862
115862
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
115863
115863
|
const config = getConfig(context.root, projectRoot, sourceRoot, {
|
|
115864
115864
|
...options,
|
|
115865
|
-
define:
|
|
115866
|
-
|
|
115865
|
+
define: {
|
|
115866
|
+
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
115867
|
+
},
|
|
115868
|
+
env: {
|
|
115869
|
+
__STORM_CONFIG: JSON.stringify(stormEnv),
|
|
115870
|
+
...stormEnv
|
|
115871
|
+
},
|
|
115867
115872
|
dtsTsConfig: getNormalizedTsConfig(
|
|
115868
115873
|
context.root,
|
|
115869
115874
|
options.outputPath,
|
|
@@ -115893,8 +115893,13 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
|
|
|
115893
115893
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
115894
115894
|
const config = getConfig(context.root, projectRoot, sourceRoot, {
|
|
115895
115895
|
...options,
|
|
115896
|
-
define:
|
|
115897
|
-
|
|
115896
|
+
define: {
|
|
115897
|
+
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
115898
|
+
},
|
|
115899
|
+
env: {
|
|
115900
|
+
__STORM_CONFIG: JSON.stringify(stormEnv),
|
|
115901
|
+
...stormEnv
|
|
115902
|
+
},
|
|
115898
115903
|
dtsTsConfig: getNormalizedTsConfig(
|
|
115899
115904
|
context.root,
|
|
115900
115905
|
options.outputPath,
|
|
@@ -115893,8 +115893,13 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
|
|
|
115893
115893
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
115894
115894
|
const config = getConfig(context.root, projectRoot, sourceRoot, {
|
|
115895
115895
|
...options,
|
|
115896
|
-
define:
|
|
115897
|
-
|
|
115896
|
+
define: {
|
|
115897
|
+
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
115898
|
+
},
|
|
115899
|
+
env: {
|
|
115900
|
+
__STORM_CONFIG: JSON.stringify(stormEnv),
|
|
115901
|
+
...stormEnv
|
|
115902
|
+
},
|
|
115898
115903
|
dtsTsConfig: getNormalizedTsConfig(
|
|
115899
115904
|
context.root,
|
|
115900
115905
|
options.outputPath,
|