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
* Enable/disable creating async chunks that are loaded on demand.
1043
1043
*/
1044
1044
asyncChunks?: boolean;
1045
+
/**
1046
+
* Base uri for this entry.
1047
+
*/
1048
+
baseUri?: string;
1045
1049
/**
1046
1050
* The method of loading chunks (methods included by default are 'jsonp' (web), 'import' (ESM), 'importScripts' (WebWorker), 'require' (sync node.js), 'async-node' (async node.js), but others might be added by plugins).
* Enable/disable creating async chunks that are loaded on demand.
2757
2761
*/
2758
2762
asyncChunks?: boolean;
2763
+
/**
2764
+
* Base uri for this entry.
2765
+
*/
2766
+
baseUri?: string;
2759
2767
/**
2760
2768
* The method of loading chunks (methods included by default are 'jsonp' (web), 'import' (ESM), 'importScripts' (WebWorker), 'require' (sync node.js), 'async-node' (async node.js), but others might be added by plugins).
0 commit comments