Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

customize-cra

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customize-cra - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "customize-cra",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

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

@@ -17,11 +17,11 @@ # customize-cra

Add whatever plugin specified babel's plugins
Adds a babel plugin. Not sure what else to say here.
### addDecoratorsLegacy(config, env)
Add decorators in legacy mode.
Add decorators in legacy mode. Be sure to have `@babel/plugin-proposal-decorators` installed.
### disableEsLint(config, env)
Does what it says. You may need this along with `addDecoratorsLegacy` in order to get decorators and exports to parse together. Be sure to have `@babel/plugin-proposal-decorators` installed.
Does what it says. You may need this along with `addDecoratorsLegacy` in order to get decorators and exports to parse together.

@@ -28,0 +28,0 @@ ### addBundleVisualizer(config)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc