tomwayson / esri-rollup-example

Example application using Rollup to bundle local ES2015 modules that use CDN hosted modules from the ArcGIS API for JavaScript
http://tomwayson.github.io/esri-rollup-example/
23 stars 4 forks source link

rollup versions #33

Closed gavinr closed 8 years ago

gavinr commented 8 years ago

bumping rollup and rollup-plugin-uglify to more recent versions to solve the "node 4 and 5" errors from #32.

Not sure if this solves the "Node 6" issue from #32 though ... haven't had a chance to test yet.

tomwayson commented 8 years ago

Thanks @gavinr!