fix: worker_thread warning (#1179)
* fix: worker_thread warning * Create fast-chefs-smell.md * Apply formatting changes * Update fast-chefs-smell.md
This commit is contained in:
@@ -144,7 +144,7 @@ for (const c of baseConfigs) {
|
||||
resolve({ browser: true }),
|
||||
|
||||
// supports bundling `web-worker:..filename`
|
||||
webWorkerLoader(),
|
||||
webWorkerLoader({ targetPlatform: 'browser' }),
|
||||
|
||||
typescript(),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user