1Hive / apiary

Aragon DAO explorer
https://apiary.1hive.org
GNU General Public License v3.0
25 stars 16 forks source link

Analytics: avoid transpiling key analytics script sections #189

Closed Evalir closed 4 years ago

Evalir commented 4 years ago

Avoids transpiling the global Countly variable for the analytics; currently, Parcel is going through the script tag and optimizing variables name, and this is not what we want, as we need the global Countly variable on the window object.