[Vuejs]-SCRIPT1010: Expected Identifier in IE11 when compiled

0πŸ‘

βœ…

I found the answer after a few days of digging. The issue was with vuex-presist. I needed to downgrade to version ^1.8.0.

The reason for this is that the β€˜newer’ version of vuex-presist uses an underlying npm package (flatten something or other) that causes this issue.

Leave a comment