mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
build tool cleanup
This commit is contained in:
@@ -98,7 +98,6 @@ const buildJs = () => src(mjsSources)
|
||||
|
||||
const workerSources = [
|
||||
'./server/scripts/modules/radar-worker.mjs',
|
||||
'./server/scripts/modules/radar-worker-bg-fg.mjs',
|
||||
];
|
||||
|
||||
const buildWorkers = () => {
|
||||
@@ -113,7 +112,6 @@ const buildWorkers = () => {
|
||||
output,
|
||||
entry: {
|
||||
'radar-worker': workerSources[0],
|
||||
'radar-worker-bg-fg': workerSources[1],
|
||||
},
|
||||
};
|
||||
return src(workerSources)
|
||||
|
||||
Reference in New Issue
Block a user