Added web worker example

This commit is contained in:
Nathan Johnson
2022-05-17 16:50:23 -05:00
parent 09871cc01a
commit da317da7ef
7 changed files with 139 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
},
"scripts": {
"start": "node scripts/server.js",
"start:worker": "node scripts/worker-server.js",
"build": "rimraf dist && webpack --config scripts/webpack.config.prod.js",
"prepublishOnly": "npm run build",
"lint": "eslint src",