NathanaelA/nativescript-localstorage

WebPack "global" usage

NathanaelA opened this issue · 2 comments

I have a report that the global.localstorage maybe not be available in a webpacked version. This needs to be confirmed...
Need a sample app for WebPack/Angular with just localstorage showing Global doesn't work but local require does work...

It works well in my project based on sample-Groceries just after adding require('nativescript-localstorage'); to app/vendor.ts file.