fix: using chokidar instead of npm-watch (issue #4)

This commit is contained in:
Amadou Ada DIENE
2021-07-31 14:49:31 +02:00
parent 5c11822d09
commit 2feedcefc5
17 changed files with 457 additions and 1199 deletions

View File

@@ -31,5 +31,4 @@ if (process.env.X_NODE_ENV === 'e2e-test') {
contextBridge.exposeInMainWorld('api', windowApi);
}
console.log(typeof window);
console.log('The preload script has been injected successfully.');