Mock __dirname via cjs import (#577)

* Mock __dirname via cjs import

* CHANGELOG
This commit is contained in:
Jaco
2021-12-31 14:07:43 +01:00
committed by GitHub
parent 757b138977
commit 0467c16bee
32 changed files with 150 additions and 4 deletions
+4 -1
View File
@@ -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",