babel-preset-kyt-core
Advanced tools
Comparing version 0.3.0-alpha.6 to 0.3.0-alpha.7
@@ -18,3 +18,3 @@ /* eslint-disable global-require */ | ||
const config = presetKytCore(); | ||
expect(config.presets[0][1].targets.node).toEqual(true); | ||
expect(config.presets[0][1].targets.node).toEqual('current'); | ||
}); | ||
@@ -21,0 +21,0 @@ |
@@ -48,2 +48,5 @@ /* eslint-disable vars-on-top */ | ||
envOptions = merge({}, userEnvOptions.test ? userEnvOptions.test : {}); | ||
// Unless the user wants to define the transform-runtime plugin, | ||
// we needs to make sure it's true/added for tests. | ||
if (opts.includeRuntime === undefined) opts.includeRuntime = true; | ||
} else { | ||
@@ -50,0 +53,0 @@ envOptions = clientEnvOptions; |
{ | ||
"name": "babel-preset-kyt-core", | ||
"version": "0.3.0-alpha.6", | ||
"version": "0.3.0-alpha.7", | ||
"description": "An opinionated babel preset, best used with kyt", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8423
97