Robin Chow

Results 3 comments of Robin Chow

The latest version of django-prettyjson (I'm currently using Django 2.1 and django-prettyjson 0.4.1) seems to fix this.

Looking at the implementation a bit more - `filter` is working as intended. It only filters mutations that triggers saving the vuex state - it's not intended to define which...

From what I can tell, the problem is now _package.json_ specifies `"module": "dist/esm/index.js"`, so if you're doing bundling, it defaults to using that file (which contains the ES6 code) I...