Comparing version 1.1.1 to 1.2.0
@@ -65,4 +65,10 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
}, | ||
], | ||
], | ||
plugins: [ | ||
[ | ||
require.resolve('@babel/plugin-proposal-class-properties'), | ||
{ loose: true } | ||
] | ||
], | ||
] | ||
}) | ||
@@ -69,0 +75,0 @@ ].filter(function (n) { return Boolean(n); }); |
{ | ||
"name": "bunchee", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "simple bundler", | ||
@@ -28,2 +28,3 @@ "bin": { | ||
"@babel/core": "7.12.3", | ||
"@babel/plugin-proposal-class-properties": "7.12.1", | ||
"@babel/preset-env": "7.12.1", | ||
@@ -30,0 +31,0 @@ "@babel/preset-react": "7.12.1", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31042
12
443
1
14
4
+ Added@babel/plugin-proposal-class-properties@7.12.1(transitive)
- Removed@babel/plugin-proposal-class-properties@7.18.6(transitive)