diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index 845e6426..640283e7 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -14,6 +14,7 @@ "babel-core": "^6.26.3", "babel-jest": "^23.0.1", "babel-loader": "^7.1.4", + "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "connect-history-api-fallback": "^1.5.0", @@ -38,6 +39,9 @@ "whatwg-fetch": "^2.0.4" }, "babel": { + "plugins": [ + ["transform-class-properties", {"spec": true}] + ], "presets": [ "env", "react" |