mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix path to script
This commit is contained in:
parent
2e4ec4a58c
commit
b9fde3ec6f
|
@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'production') {
|
|||
(document.head || document.documentElement).appendChild(s);
|
||||
s.parentNode.removeChild(s);
|
||||
} else {
|
||||
s.src = chrome.extension.getURL('js/page.bundle.js');
|
||||
s.src = chrome.extension.getURL('page.bundle.js');
|
||||
s.onload = function () {
|
||||
this.parentNode.removeChild(this);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user