mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v2] Change import to require for bridge for compatibility reasons
This commit is contained in:
parent
410d23b4d9
commit
319b7a3755
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue