You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Compare used exports when checking common modules. Modules will only be put in the same chunk when exports are equal.",
1769
+
"multiple": false,
1770
+
"path": "optimization.splitChunks.usedExports",
1771
+
"type": "boolean",
1772
+
},
1773
+
],
1774
+
"description": "Compare used exports when checking common modules. Modules will only be put in the same chunk when exports are equal.",
1775
+
"multiple": false,
1776
+
"simpleType": "boolean",
1777
+
},
1765
1778
"optimization-used-exports": Object {
1766
1779
"configs": Array [
1767
1780
Object {
1768
-
"description": "Figure out which exports are used by modules to mangle export names, omit unused exports and generate more efficient code.",
1781
+
"description": "Figure out which exports are used by modules to mangle export names, omit unused exports and generate more efficient code (true: analyse used exports for each runtime, \\"global\\": analyse exports globally for all runtimes combined).",
1782
+
"multiple": false,
1783
+
"path": "optimization.usedExports",
1784
+
"type": "enum",
1785
+
"values": Array [
1786
+
"global",
1787
+
],
1788
+
},
1789
+
Object {
1790
+
"description": "Figure out which exports are used by modules to mangle export names, omit unused exports and generate more efficient code (true: analyse used exports for each runtime, \\"global\\": analyse exports globally for all runtimes combined).",
1769
1791
"multiple": false,
1770
1792
"path": "optimization.usedExports",
1771
1793
"type": "boolean",
1772
1794
},
1773
1795
],
1774
-
"description": "Figure out which exports are used by modules to mangle export names, omit unused exports and generate more efficient code.",
1796
+
"description": "Figure out which exports are used by modules to mangle export names, omit unused exports and generate more efficient code (true: analyse used exports for each runtime, \\"global\\": analyse exports globally for all runtimes combined).",
0 commit comments