Simplify buildfile around web workers

This commit is contained in:
Alex Dima
2025-03-21 10:32:35 +01:00
parent 320aec9677
commit b5e4fea275
4 changed files with 10 additions and 35 deletions

View File

@@ -6,7 +6,6 @@
export interface IEntryPoint {
name: string;
include?: string[];
exclude?: string[];
dest?: string;
}