app-storage
app-storage copied to clipboard
Build Syntax Error
Description
When building with polymer-cli v0.16 causes syntax error. In dev mode everything works as expected.
Actual outcome
App IndexedDB Client connecting... SyntaxError: expected expression, got '<' Polymer.AppIndexedDBMirrorClient.prototype.connect/this[e]</<()
Live Demo
Steps to reproduce
Syntax error appears when the page loads
Browsers Affected
Any browser
I created a new project using polymer-cli init and added the app-indexeddb-mirror component. Still get the same issue.
@JGSolutions is the same as https://github.com/Polymer/polymer-build/issues/22?
I do not get the same syntax error as this:

Maybe the merge request will both fix of our issues?
Is there some quick solution i can do? I would really like my app to work offline. One of the main key features
@JGSolutions Does this help? #81
Thanks I haven't tried it. But I will once I begin implementing the offline storage again.