mirror of
https://github.com/rhysd/Mstdn.git
synced 2024-11-30 22:24:13 +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;
|