ropbla9 / vue-reactive-storage

Reactive layer for interacting with localStorage from Vue. Plugin for Vue 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected let

jackmellis opened this issue · comments

commented

Hi, there's a single let statement in the code that trips up uglify-js when I try to compile a project in webpack. It means I have to add a specific rule to test for this file and run babel on it in order for it to work.
Could the module be made ES5-compliant please?

commented

try new release

commented

Works great for me now thanks.