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:
fukang wang
2023-03-18 14:21:49 +08:00
committed by GitHub
parent 5982c8972a
commit e0f862bac7
2 changed files with 6 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ for (const c of baseConfigs) {
resolve({ browser: true }),
// supports bundling `web-worker:..filename`
webWorkerLoader(),
webWorkerLoader({ targetPlatform: 'browser' }),
typescript(),
];