UNPKG

thread-manager-service

Version:

Yet another way to fake threads in JS, of course using Web Workers

17 lines (14 loc) 342 B
/* * Copyright (c) 2020 * Author: Marco Castiello * E-mail: marco.castiello@gmail.com * Project: ThreadManagerService.js */ const path = require('path'); module.exports = { entry: './src/index.js', output: { filename: 'thread-manager-service.js', path: path.resolve(__dirname, 'dist'), } };