Skip to content
Snippets Groups Projects
Commit e573c005 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Remove the workers from the entry exports in webpack. We will load them via functions instead

parent 7f172eb3
Branches
Tags
1 merge request!141npm package config
......@@ -11,11 +11,7 @@ export const BundleVersion = pkg.name + '-' + pkg.version;
module.exports = {
entry: {
bundle: './src/index.ts',
logFileWorker: './assets/jsutils/logFileWorker.js',
channelsIndexedDbWorker: './assets/jsutils/channelsIndexedDbWorker.js',
dmIndexedDbWorker: './assets/jsutils/dmIndexedDbWorker.js',
ndf: './assets/jsutils/ndf.js',
stateIndexedDbWorker: './assets/jsutils/stateIndexedDbWorker.js',
ndf: './ndf.js',
wasm_exec: './wasm_exec.js',
},
devtool: 'inline-source-map',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment