[v2] Change import to require for bridge for compatibility reasons

This commit is contained in:
Lea Anthony
2021-05-30 11:22:40 +10:00
parent 410d23b4d9
commit 319b7a3755

View File

@@ -9,7 +9,7 @@ The lightweight framework for web-like apps
*/
/* jshint esversion: 6 */
import bridge from './bridge';
const bridge = require('./bridge');
/**
* ready will execute the callback when Wails has loaded