ebidel / appmetrics.js

A small (< 1kb) library for measuring things in your web app and reporting the results to Google Analytics.
Apache License 2.0
1.37k stars 67 forks source link

Support importing in Webpack with UglifyJS in the chain #9

Closed Swizec closed 7 years ago

Swizec commented 7 years ago

This tweak changes the import target of appmetrics.js to use the dist version. That way it works with build systems that use UglifyJS to minify code.

ebidel commented 7 years ago

Thanks!