You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed angular2-localstorage, in hoping to replace ng2-webstorage, but I get this error in chrome console when running:
Uncaught SyntaxError: Unexpected token export
at Object. (main.js:2189)
at webpack_require (vendor.js:53)
at eval (eval at (main.js:49), :19:31)
at Object. (main.js:49)
at webpack_require (vendor.js:53)
at eval (eval at (main.js:5), :4:20)
at Object. (main.js:5)
at webpack_require (vendor.js:53)
at webpackJsonpCallback (vendor.js:24)
at main.js:1
Any idea?
The text was updated successfully, but these errors were encountered:
I just installed angular2-localstorage, in hoping to replace ng2-webstorage, but I get this error in chrome console when running:
Uncaught SyntaxError: Unexpected token export
at Object. (main.js:2189)
at webpack_require (vendor.js:53)
at eval (eval at (main.js:49), :19:31)
at Object. (main.js:49)
at webpack_require (vendor.js:53)
at eval (eval at (main.js:5), :4:20)
at Object. (main.js:5)
at webpack_require (vendor.js:53)
at webpackJsonpCallback (vendor.js:24)
at main.js:1
Any idea?
The text was updated successfully, but these errors were encountered: