mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-06 01:57:59 +00:00
Mock __dirname via cjs import (#577)
* Mock __dirname via cjs import * CHANGELOG
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"sideEffects": [
|
||||
"./detectPackage.js",
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.8-3",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user