react-mixpanel-browser
Advanced tools
Comparing version
{ | ||
"name": "react-mixpanel-browser", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "React providers for mixpanel-browser using the Context API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,7 +22,7 @@ import babel from '@rollup/plugin-babel'; | ||
Object.keys(pkg.peerDependencies || {}), | ||
/@babel\/runtime/, | ||
/@babel\/runtime/ | ||
), | ||
plugins: [ | ||
resolve({ | ||
extensions: ['.js', '.jsx'], | ||
extensions: [ '.js', '.jsx' ], | ||
}), | ||
@@ -33,8 +33,4 @@ babel({ | ||
exclude: 'node_modules/**', | ||
plugins: [ | ||
'@babel/plugin-transform-runtime', | ||
], | ||
presets: [ | ||
'@babel/preset-react', | ||
], | ||
plugins: [ '@babel/plugin-transform-runtime' ], | ||
presets: [ '@babel/preset-react' ], | ||
}), | ||
@@ -41,0 +37,0 @@ commonjs(), |
8427
-0.34%127
-3.05%