babel-preset-kyt-core
Advanced tools
Comparing version 0.1.0 to 0.2.0-rc.1
var babelPresetLatest = require('babel-preset-latest'); | ||
var babelTransformRuntime = require('babel-plugin-transform-runtime'); | ||
var babelTransformModules = require('babel-plugin-transform-es2015-modules-commonjs'); | ||
var babelSyntaxDynamicImport = require('babel-plugin-syntax-dynamic-import'); | ||
@@ -12,3 +13,6 @@ module.exports = function getPresetCore(context, opts) { | ||
// provide the ability to opt into babel-plugin-transform-runtime inclusion | ||
plugins: [opts.includeRuntime === true && babelTransformRuntime].filter(Boolean), | ||
plugins: [ | ||
opts.includeRuntime === true && babelTransformRuntime, | ||
babelSyntaxDynamicImport, | ||
].filter(Boolean), | ||
@@ -15,0 +19,0 @@ env: { |
{ | ||
"name": "babel-preset-kyt-core", | ||
"version": "0.1.0", | ||
"version": "0.2.0-rc.1", | ||
"description": "An opinionated babel preset, best used with kyt", | ||
@@ -12,2 +12,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"babel-plugin-syntax-dynamic-import": "6.18.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "6.16.0", | ||
@@ -17,4 +18,10 @@ "babel-plugin-transform-runtime": "6.15.0", | ||
}, | ||
"keywords": ["babel", "babel-preset", "kyt"], | ||
"files": ["lib"] | ||
"keywords": [ | ||
"babel", | ||
"babel-preset", | ||
"kyt" | ||
], | ||
"files": [ | ||
"lib" | ||
] | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2449
3
23
0
26
0
4
+ Addedbabel-plugin-syntax-dynamic-import@6.18.0(transitive)