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 6ad9999 commit a71fd43Copy full SHA for a71fd43
scripts/genCache.py
@@ -22,7 +22,7 @@
22
keep = True
23
24
if keep:
25
- txt += line
+ txt += line.replace("export ", "")
26
27
if "const CURRENT_DATA_VERSION =" in line:
28
keep = False
0 commit comments