@tramvai/cli 4.41.97 → 4.41.99

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.
Files changed (24) hide show
  1. package/lib/library/webpack/application/client/common.js +1 -1
  2. package/lib/library/webpack/application/client/common.js.map +1 -1
  3. package/lib/library/webpack/application/server/common.js +1 -1
  4. package/lib/library/webpack/application/server/common.js.map +1 -1
  5. package/lib/library/webpack/child-app/client/common.js +1 -1
  6. package/lib/library/webpack/child-app/client/common.js.map +1 -1
  7. package/lib/library/webpack/module/client/common.js +1 -1
  8. package/lib/library/webpack/module/client/common.js.map +1 -1
  9. package/lib/library/webpack/module/server/common.js +1 -1
  10. package/lib/library/webpack/module/server/common.js.map +1 -1
  11. package/lib/schema/autogeneratedSchema.json +15 -15
  12. package/package.json +3 -3
  13. package/schema.json +15 -15
  14. package/src/library/babel/plugins/__snapshots__/create-token-pure.spec.ts.snap +6 -6
  15. package/src/library/babel/plugins/__snapshots__/fill-declare-action-name.spec.ts.snap +24 -26
  16. package/src/library/babel/plugins/__snapshots__/provider-stack.spec.ts.snap +40 -59
  17. package/src/library/swc/__integration__/__snapshots__/swc.build.test.ts.snap +93 -112
  18. package/src/library/swc/__integration__/__snapshots__/swc.start.test.ts.snap +7 -10
  19. package/src/library/webpack/application/client/common.ts +1 -1
  20. package/src/library/webpack/application/server/common.ts +1 -1
  21. package/src/library/webpack/child-app/client/common.ts +1 -1
  22. package/src/library/webpack/module/client/common.ts +1 -1
  23. package/src/library/webpack/module/server/common.ts +1 -1
  24. package/src/schema/autogeneratedSchema.json +15 -15
@@ -38,7 +38,7 @@ export default (configManager: ConfigManager<ApplicationConfigEntry>) => (config
38
38
 
39
39
  config
40
40
  .name('client')
41
- .target(configManager.modern ? 'web' : ['web', 'es5'])
41
+ .target(['web'])
42
42
  .batch(common(configManager))
43
43
  .batch(commonApplication(configManager))
44
44
  .batch(configToEnv(configManager))
@@ -25,7 +25,7 @@ export default (configManager: ConfigManager<ApplicationConfigEntry>) => (config
25
25
 
26
26
  config
27
27
  .name('server')
28
- .target('node')
28
+ .target(['node'])
29
29
  .entry('server')
30
30
  .add(path.resolve(configManager.rootDir, `${configManager.root}/index`));
31
31
 
@@ -26,7 +26,7 @@ export default (configManager: ConfigManager<ChildAppConfigEntry>) => (config: C
26
26
 
27
27
  config.batch(common(configManager));
28
28
 
29
- config.target(['web', 'es5']);
29
+ config.target(['web']);
30
30
 
31
31
  config.output
32
32
  .path(configManager.buildPath)
@@ -17,7 +17,7 @@ export default (configManager: ConfigManager<ModuleConfigEntry>) => (config: Con
17
17
 
18
18
  config.batch(common(configManager));
19
19
 
20
- config.target(['web', 'es5']);
20
+ config.target(['web']);
21
21
 
22
22
  config.output
23
23
  .path(configManager.buildPath)
@@ -12,7 +12,7 @@ export default (configManager: ConfigManager<ModuleConfigEntry>) => (config: Con
12
12
 
13
13
  config.batch(common(configManager));
14
14
 
15
- config.target('node');
15
+ config.target(['node']);
16
16
 
17
17
  config.output
18
18
  .path(configManager.buildPath)
@@ -1198,23 +1198,23 @@
1198
1198
  "dotAll": {
1199
1199
  "type": "boolean"
1200
1200
  },
1201
- "__@match@7838": {
1201
+ "__@match@7848": {
1202
1202
  "type": "object",
1203
1203
  "additionalProperties": false
1204
1204
  },
1205
- "__@replace@7840": {
1205
+ "__@replace@7850": {
1206
1206
  "type": "object",
1207
1207
  "additionalProperties": false
1208
1208
  },
1209
- "__@search@7843": {
1209
+ "__@search@7853": {
1210
1210
  "type": "object",
1211
1211
  "additionalProperties": false
1212
1212
  },
1213
- "__@split@7845": {
1213
+ "__@split@7855": {
1214
1214
  "type": "object",
1215
1215
  "additionalProperties": false
1216
1216
  },
1217
- "__@matchAll@7847": {
1217
+ "__@matchAll@7857": {
1218
1218
  "type": "object",
1219
1219
  "additionalProperties": false
1220
1220
  }
@@ -1911,23 +1911,23 @@
1911
1911
  "dotAll": {
1912
1912
  "type": "boolean"
1913
1913
  },
1914
- "__@match@7838": {
1914
+ "__@match@7848": {
1915
1915
  "type": "object",
1916
1916
  "additionalProperties": false
1917
1917
  },
1918
- "__@replace@7840": {
1918
+ "__@replace@7850": {
1919
1919
  "type": "object",
1920
1920
  "additionalProperties": false
1921
1921
  },
1922
- "__@search@7843": {
1922
+ "__@search@7853": {
1923
1923
  "type": "object",
1924
1924
  "additionalProperties": false
1925
1925
  },
1926
- "__@split@7845": {
1926
+ "__@split@7855": {
1927
1927
  "type": "object",
1928
1928
  "additionalProperties": false
1929
1929
  },
1930
- "__@matchAll@7847": {
1930
+ "__@matchAll@7857": {
1931
1931
  "type": "object",
1932
1932
  "additionalProperties": false
1933
1933
  }
@@ -2624,23 +2624,23 @@
2624
2624
  "dotAll": {
2625
2625
  "type": "boolean"
2626
2626
  },
2627
- "__@match@7838": {
2627
+ "__@match@7848": {
2628
2628
  "type": "object",
2629
2629
  "additionalProperties": false
2630
2630
  },
2631
- "__@replace@7840": {
2631
+ "__@replace@7850": {
2632
2632
  "type": "object",
2633
2633
  "additionalProperties": false
2634
2634
  },
2635
- "__@search@7843": {
2635
+ "__@search@7853": {
2636
2636
  "type": "object",
2637
2637
  "additionalProperties": false
2638
2638
  },
2639
- "__@split@7845": {
2639
+ "__@split@7855": {
2640
2640
  "type": "object",
2641
2641
  "additionalProperties": false
2642
2642
  },
2643
- "__@matchAll@7847": {
2643
+ "__@matchAll@7857": {
2644
2644
  "type": "object",
2645
2645
  "additionalProperties": false
2646
2646
  }