We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b7c28 commit 7967fb6Copy full SHA for 7967fb6
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@dataparty/api",
3
"private": false,
4
- "version": "1.2.14",
+ "version": "1.2.15",
5
"main": "dist/dataparty.js",
6
"frontend": "dist/dataparty-browser.js",
7
"backend": "dist/dataparty.js",
@@ -17,8 +17,7 @@
17
"context": "browser",
18
"source": "src/index-browser.js",
19
"optimize": false,
20
- "includeNodeModules": true,
21
- "scopeHoist": false,
+ "outputFormat": "global",
22
"engines": {
23
"browsers": "Chrome 80"
24
}
src/index-browser.js
@@ -17,4 +17,5 @@ let lib = {
-module.exports = lib
+module.exports = lib
+window.Dataparty = lib
0 commit comments