mirror of
https://github.com/rhysd/Mstdn.git
synced 2025-01-21 20:52:11 +01:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
|
// In preload script, global.require does not exist.
|
||
|
// So we need to wrap require() to avoid to be bundled.
|
||
|
|
||
|
export default require;
|