[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
commit 319b7a3755
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

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