@jsdrome/babel-preset-jsdrome
Advanced tools
Comparing version 1.0.2 to 1.0.3
26
index.js
/* eslint-disable global-require */ | ||
module.exports = () => ({ | ||
presets: [ | ||
require("@babel/preset-react"), | ||
require("@babel/preset-env"), { | ||
"targets": { | ||
"chrome": "41", | ||
"ie": "10", | ||
"presets": [ | ||
"@babel/preset-react", | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"chrome": "41", | ||
"ie": "10", | ||
}, | ||
}, | ||
}, | ||
], | ||
], | ||
plugins: [ | ||
[ | ||
require("@babel/plugin-proposal-class-properties"), { | ||
loose: true, | ||
} ], | ||
require("@babel/plugin-syntax-dynamic-import"), | ||
"plugins": [ | ||
"@babel/plugin-proposal-class-properties", | ||
"@babel/plugin-syntax-dynamic-import", | ||
], | ||
}); |
{ | ||
"name": "@jsdrome/babel-preset-jsdrome", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
1688