GoogleChromeLabs/worker-plugin

'reactHotLoaderGlobal' is not defined

Offen

#46 geöffnet am 16.11.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (88 Forks)batch import
help wantedupstream

Repository-Metriken

Stars
 (1.908 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I was using this plugin successfully with Gatsby version 2.7.5. But when I tried to upgrade Gatsby to 2.17.15 I'm getting this error.

/home/sakib/codes/personal/blog/src/posts/may-2019/SlidingPuzzle/main.worker.js
  6:5   warning  '__signature__' is assigned a value but never used  no-unused-vars
  6:67  error    'reactHotLoaderGlobal' is not defined               no-undef

I'm not sure whats going on. Is it possible that gatsby and worker-plugin is using different configuration for compiling?

Contributor Guide