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

@@ -55,7 +55,8 @@
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0"
"webpack-dev-server": "^3.11.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"build": "npm run test && npm run build:dist",