This is an example of Riot.js tag using Webpack. Produces a sample tag for joining a GoToMeet.me meeting.
It uses webpack loader riotjs-loader.
npm install
webpack -p
Minified tag script is in dist/meet.js
<script src="./dist/meet.js" charset="utf-8"></script>
...
<meet me="{{GoToMeet.me ID}}" size="{{Avatar size, optional}}"></meet>
<meet me="about" size="150"></meet>
GoToMeet.me is a product and trademark of Citrix Systems, Inc. I am not affiliated with them, and this repo does not use any proprietary code.