WebPack "global" usage
NathanaelA opened this issue · 2 comments
NathanaelA commented
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...
DanielKucal commented
It works well in my project based on sample-Groceries just after adding require('nativescript-localstorage');
to app/vendor.ts
file.
NathanaelA commented
@DanielKucal - Thanks.