@deloitte-digital-au/babel-preset-app
Advanced tools
Comparing version 2.0.6 to 3.0.0
@@ -28,7 +28,7 @@ module.exports = function() { | ||
modules: false, | ||
// replaces the statement import "@babel/polyfill" or require("@babel/polyfill") | ||
// with individual requires for @babel/polyfill based on browser environment. | ||
// replaces the statement import "core-js" or require("core-js") | ||
// with individual requires for core-js based on browser environment. | ||
useBuiltIns: 'usage', | ||
// Set the corejs version we are using to avoid warnings in console | ||
corejs: 2, | ||
corejs: 3, | ||
}, | ||
@@ -35,0 +35,0 @@ ], |
{ | ||
"name": "@deloitte-digital-au/babel-preset-app", | ||
"version": "2.0.6", | ||
"version": "3.0.0", | ||
"description": "Babel Preset for Deloitte Digital Projects", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "ffd88399f1c38e6c4cf0ff0b6133c9ba35e60b30" | ||
"gitHead": "89d349fa9ae95215e8ba8b3280e06feabdd6b20f" | ||
} |
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
6854