You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cube-babel

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cube-babel - npm Package Compare versions

Comparing version

to
0.0.5

2

package.json
{
"name": "cube-babel",
"version": "0.0.4",
"version": "0.0.5",
"description": "cube babel processor",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,3 +16,16 @@ cube-babel

{
presets: [['es2015']],
presets: [
'react',
[
'env',
{
"targets": {
"browsers": [
"chrome >= 50",
"safari >= 7"
]
}
}
]
],
plugins: [

@@ -28,1 +41,3 @@ ['${plugin-name}', {/** ${config} **/}]

更多配置,请参考babel文档 http://babeljs.io/docs/plugins/#official-presets