lajosbencz / vue-wamp

AutobahnJS wrapper library fo Vue.js
MIT License
48 stars 13 forks source link

expected indentiefier #10

Closed riksnelders closed 5 years ago

riksnelders commented 7 years ago

occurs in

function _log(...args) { if (_debug) { console.debug(...args); } }

Vue.use(VueWamp, { // debug: true, url: 'ws://iot.something.nl:9030/ws', realm: 'asd', onopen: function(session, details) { console.log('WAMP connected', session, details); }, onclose: function(reason, details) { console.log('WAMP closed: ' + reason, details); } })

on IE (wich i need error less, else not able to use on Fully Kiosk)

lajosbencz commented 5 years ago

Refactor the build process to generate code for IE>=11. Should be fixed since the v2.0.0 release.