mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
Stop mixing platform-specific code (#1114)
Bundle sizes are unchanged but now we no longer pull in the Electron-specific FS code on the web version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import fetch from 'node-fetch';
|
||||
|
||||
import * as bundle from './app/bundle.api';
|
||||
// eslint-disable-next-line import/extensions
|
||||
import * as bundle from './app/bundle.api.js';
|
||||
import * as injected from './injected';
|
||||
|
||||
let actualApp;
|
||||
|
||||
Reference in New Issue
Block a user