We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ec145 commit a4fe03bCopy full SHA for a4fe03b
1 file changed
client/invoke.js
@@ -13,7 +13,7 @@ export default function invoke(name, hash) {
13
} else {
14
worker.queues[name] = [...worker.queues[name], params]
15
}
16
- let finalHash = hash === this.hash ? hash : `${hash}-${this.hash}`
+ let finalHash = hash === this.hash ? hash : `${hash}---${this.hash}`
17
let url = `${worker.api}/${prefix}/${finalHash}/${name}.json`
18
if (module.hot) {
19
const version = client.klasses[hash].__hashes[name]
0 commit comments