File tree Expand file tree Collapse file tree
packages/analytics-util-listener Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < title > Listener utils</ title >
55 < meta charset ="utf-8 ">
66 < link rel ="icon " href ="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC ">
7- < script type ="text/javascript " src ="./browser/listener-utils.js " charset ="utf-8 "> </ script >
7+ < script type ="text/javascript " src ="./browser/listener-utils.cjs " charset ="utf-8 "> </ script >
88 < style media ="screen ">
99 html {
1010 padding : 20px ;
Original file line number Diff line number Diff line change 2727 "start" : " npm run sync && concurrently 'npm:watch:*' 'npm:copy' 'npm:serve'" ,
2828 "serve" : " servor dist index.html 8081 --reload --browse" ,
2929 "copy" : " watchlist examples -- npm run sync" ,
30- "sync" : " mkdir dist && cp examples/index.html dist" ,
30+ "sync" : " mkdir -p dist && cp examples/index.html dist" ,
3131 "watch:dev" : " microbundle watch --external none -f iife,umd -o dist/browser --no-compress" ,
3232 "watch:test" : " watchlist src tests examples -- npm t" ,
3333 "build" : " rm -rf dist && npm run sync && microbundle && npm run build:dev" ,
You can’t perform that action at this time.
0 commit comments