mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-30 10:24:29 +01:00 
			
		
		
		
	fix: package build fails on worker chunks (#8990)
This commit is contained in:
		| @@ -158,5 +158,8 @@ const createESMRawBuild = async () => { | ||||
|   await buildProd(rawConfigChunks); | ||||
| }; | ||||
|  | ||||
| createESMRawBuild(); | ||||
| createESMBrowserBuild(); | ||||
| // otherwise throws "ERROR: Could not resolve "./subset-worker.chunk" | ||||
| (async () => { | ||||
|   await createESMRawBuild(); | ||||
|   await createESMBrowserBuild(); | ||||
| })(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marcel Mraz
					Marcel Mraz