babel-preset-kyt-core
Advanced tools
Comparing version 0.3.0-alpha.7 to 0.3.0-alpha.9
@@ -6,2 +6,3 @@ /* eslint-disable vars-on-top */ | ||
var babelSyntaxDynamicImport = require('babel-plugin-syntax-dynamic-import'); | ||
var babelTransformModules = require('babel-plugin-transform-es2015-modules-commonjs'); | ||
var merge = require('lodash.merge'); | ||
@@ -65,3 +66,9 @@ | ||
].filter(Boolean), | ||
env: { | ||
test: { | ||
plugins: [[babelTransformModules, { loose: true }]], | ||
}, | ||
}, | ||
}; | ||
}; |
{ | ||
"name": "babel-preset-kyt-core", | ||
"version": "0.3.0-alpha.7", | ||
"version": "0.3.0-alpha.9", | ||
"description": "An opinionated babel preset, best used with kyt", | ||
@@ -13,2 +13,3 @@ "main": "lib/index.js", | ||
"babel-plugin-syntax-dynamic-import": "6.18.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0", | ||
"babel-plugin-transform-runtime": "6.23.0", | ||
@@ -15,0 +16,0 @@ "babel-preset-env": "1.6.0" |
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
8677
103
4
+ Addedbabel-plugin-transform-es2015-modules-commonjs@6.26.0
+ Addedbabel-plugin-transform-es2015-modules-commonjs@6.26.0(transitive)
- Removedbabel-plugin-transform-es2015-modules-commonjs@6.26.2(transitive)