mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
[v2] Change import to require for bridge for compatibility reasons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user