babel-preset-es2015-without-strict-loose
Advanced tools
Comparing version 1.0.1 to 1.1.0
module.exports = { | ||
plugins: [ | ||
require('babel-plugin-check-es2015-constants'), | ||
[require('babel-plugin-transform-class-properties'), {spec: true}], | ||
require('babel-plugin-transform-es2015-arrow-functions'), | ||
@@ -5,0 +6,0 @@ require('babel-plugin-transform-es2015-block-scoped-functions'), |
{ | ||
"name": "babel-preset-es2015-without-strict-loose", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Babel preset for not using strict mode and using the loose option (useful for IE 10+ support)", | ||
@@ -28,2 +28,3 @@ "main": "index.js", | ||
"babel-plugin-check-es2015-constants": "^6.5.0", | ||
"babel-plugin-transform-class-properties": "^6.19.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.5.0", | ||
@@ -51,2 +52,2 @@ "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0", | ||
} | ||
} | ||
} |
@@ -1,1 +0,5 @@ | ||
Babel preset for not using strict and using the loose option (useful for IE 10+ support) | ||
Babel preset for not using strict and using the loose option (useful for IE 10+ support) | ||
CHANGE LOG: | ||
- added class-properties (though not techinically es2015, I think it is fine to add) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3799
26
5
23
+ Addedbabel-plugin-syntax-class-properties@6.13.0(transitive)
+ Addedbabel-plugin-transform-class-properties@6.24.1(transitive)