1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-03-09 14:29:15 +01:00
2017-04-16 02:27:21 +09:00

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;