gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.34k stars 461 forks source link

Cannot minify correctly using minifier package #275

Closed tahaerden closed 6 years ago

tahaerden commented 6 years ago

I'm using the following npm package versions: Angular: 1.6.4 Webpack: 2.5.1 ngstorage: 0.3.11 Minifier: 0.8.1 (https://www.npmjs.com/package/minifier)

Now everything is working as expected in my local until I minify my bundle.js. I don't see any errors on the console but the code is stuck along the way.

I am not sure what extra information I should give to reproduce this inconsistency between two packages, so please let me know if anyone has an idea.

Update: Turns out it's caused by a completely seperate reason. Closing the issue sorry!