Skip to content

Commit 2bcd850

Browse files
committed
fix(plugin): added missing babel plugin
1 parent 45cfe34 commit 2bcd850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"babel-plugin-transform-es2015-classes": "^6.9.0",
2020
"babel-plugin-transform-proto-to-assign": "^6.9.0",
2121
"babel-plugin-transform-runtime": "^6.3.13",
22+
"babel-plugin-transform-class-properties": "6.9.0",
2223
"babel-polyfill": "^6.3.14",
2324
"babel-preset-es2015": "^6.3.13",
2425
"babel-preset-stage-0": "^6.5.0",

0 commit comments

Comments
 (0)