We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2799804 commit 92102feCopy full SHA for 92102fe
packages/node_modules/overmind-devtools/src/main.js
@@ -31,7 +31,10 @@ function createWindow() {
31
'data:text/html;charset=UTF-8,' +
32
encodeURIComponent(devtoolBackend.getMarkup('bundle.js', port)),
33
{
34
- baseURLForDataURL: `file://${path.resolve()}/devtoolsDist/`,
+ baseURLForDataURL: `file://${path.join(
35
+ __dirname,
36
+ '..'
37
+ )}/devtoolsDist/`,
38
}
39
)
40
} else {
0 commit comments