Skip to content

Commit 66680f5

Browse files
committed
Add module loader info to install.json
1 parent 519ac56 commit 66680f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"head": [
44
{
55
"type": "script",
6-
"src": "./pace.js"
6+
"src": "./pace.js",
7+
"moduleType": "global",
8+
"exports": ["Pace"]
79
},
810
{
911
"type": "style",

0 commit comments

Comments
 (0)