networked-aframe / naf-janus-adapter

networked-aframe Janus network adapter
Mozilla Public License 2.0
12 stars 9 forks source link

Remove @babel/preset-env #65

Closed vincentfretin closed 5 months ago

vincentfretin commented 5 months ago

Remove @babel/preset-env to not include regenerator-runtime in the build, transforming arrow functions, const, let to ES5, that shouldn't be needed nowadays.