@stae/babel-client
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.8](https://github.com/staeco/modules/compare/@stae/babel-client@1.0.7...@stae/babel-client@1.0.8) (2020-12-04) | ||
### Bug Fixes | ||
* spread config ([bb22e2a](https://github.com/staeco/modules/commit/bb22e2aca7eb4ebe559a86c67c0a703f29c260d3)) | ||
## [1.0.7](https://github.com/staeco/modules/compare/@stae/babel-client@1.0.6...@stae/babel-client@1.0.7) (2020-12-04) | ||
@@ -8,0 +19,0 @@ |
@@ -11,2 +11,3 @@ // Designed for whole front-end projects | ||
["@babel/plugin-proposal-class-properties", { "loose": true }], | ||
["@babel/plugin-proposal-object-rest-spread", { "loose": true, "useBuiltIns": true }], // force it to use Object.assign | ||
"@babel/plugin-transform-object-super", | ||
@@ -13,0 +14,0 @@ "babel-plugin-dynamic-import-polyfill" // fix for https://github.com/babel/babel/issues/9872 |
{ | ||
"name": "@stae/babel-client", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Stae client babel config", | ||
@@ -25,2 +25,3 @@ "homepage": "https://github.com/staeco/modules#readme", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
@@ -43,3 +44,3 @@ "@babel/plugin-transform-object-super": "^7.2.0", | ||
}, | ||
"gitHead": "161dae66ff6b5b3e7bf4b1976668c788f7beeff4" | ||
"gitHead": "43be4ebe9844554a70da0b41e4448bf2e73fcc03" | ||
} |
8773
5.22%46
2.22%17
6.25%+ Added
+ Added