babel-preset-joblift
Advanced tools
Comparing version 3.0.1 to 3.3.1
@@ -6,11 +6,8 @@ module.exports = () => ({ | ||
['@babel/plugin-proposal-nullish-coalescing-operator', { loose: false }], | ||
'@babel/plugin-proposal-export-namespace-from', | ||
['@babel/plugin-proposal-class-properties', { loose: false }], | ||
'@babel/plugin-syntax-dynamic-import', | ||
'@babel/plugin-syntax-import-meta', | ||
['@babel/plugin-proposal-class-properties', { loose: false }], | ||
'@babel/plugin-proposal-json-strings', | ||
['@babel/plugin-proposal-object-rest-spread', { loose: false, useBuiltIns: true }], | ||
], | ||
}); |
{ | ||
"name": "babel-preset-joblift", | ||
"version": "3.0.1", | ||
"version": "3.3.1", | ||
"main": "index.js", | ||
@@ -20,3 +20,3 @@ "repository": "https://github.com/joblift/frontend-lint-config.git", | ||
}, | ||
"gitHead": "1f6ef0563f25c4a8de4c0a0bd437ba37a14a44ff" | ||
"gitHead": "8949bda5d63448651f0157da77e43a6252254252" | ||
} |
15587
11