mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 08:17:59 +00:00
0467c16bee
* Mock __dirname via cjs import * CHANGELOG
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
// Copyright 2017-2021 @polkadot/reactnative-identicon authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module.exports = typeof __dirname === 'string'
|
|
? __dirname.replace('/cjs', '')
|
|
: undefined;
|