Add support for addl stage-3 plugins
Showing
... | ... | @@ -22,6 +22,7 @@ |
"@babel/core": "^7.2.2", | ||
"@babel/plugin-proposal-class-properties": "^7.2.3", | ||
"@babel/plugin-proposal-json-strings": "^7.2.0", | ||
"@babel/plugin-proposal-private-methods": "^7.2.3", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
... | ... |
Please register or sign in to comment