mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
8 lines
284 B
JavaScript
8 lines
284 B
JavaScript
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
import 'react-native-url-polyfill/auto';
|
|
import "./polyfills/console-time.js"
|
|
global.Buffer = require('buffer').Buffer;
|
|
import '../app/common/logger/index';
|
|
import { DOMParser } from './worker.js';
|
|
global.DOMParser = DOMParser;
|