Skip to content
Snippets Groups Projects
Commit 3d3590bf authored by Xiao Gui's avatar Xiao Gui
Browse files

updated ref to worker

parent afdb42a2
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ module.exports = function(config) {
included: true
},
{
pattern: './src/util/worker.js',
pattern: './worker/worker.js',
served: true,
included: false
},
......
......@@ -4,7 +4,8 @@ import { filter, take } from "rxjs/operators";
import { getUuid } from "src/util/fn";
/* telling webpack to pack the worker file */
import '../util/worker.js'
import '../../worker/worker.js'
import '../../worker/worker-plotly.js'
/**
* export the worker, so that services that does not require dependency injection can import the worker
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment