Open woniesong92 opened 2 years ago
background.bundle.js is stale even if you refresh the chrome extension.
Repro Steps:
console.log('bg 1')
pages/Background/index.js
chrome://extensions
bg 1
console.log('bg 2')
bg 2
Workaround: Remove the extension and load it again
background.bundle.js is stale even if you refresh the chrome extension.
Repro Steps:
console.log('bg 1')
in the filepages/Background/index.js
chrome://extensions
bg 1
is printed in the background (service worker)'s consolepages/Background/index.js
fromconsole.log('bg 1')
toconsole.log('bg 2')
chrome://extensions
bg 1
is printed in the console whenbg 2
is expectedWorkaround: Remove the extension and load it again