chore: start of a webworker

This commit is contained in:
Jamie Peabody
2022-01-15 20:01:37 +00:00
parent aa74599361
commit 94399bcbf3
4 changed files with 36 additions and 5 deletions

View File

@@ -23,6 +23,11 @@ module.exports = {
}, {
loader: 'css-loader'
}]
}, {
test: /worker\.js$/,
use: {
loader: 'worker-loader'
}
}]
},