New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

launch-react-dev

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launch-react-dev

点击页面自动在编辑带打开对应文件

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

react-launch-stack

点击页面自动在编辑带打开对应文件

用法一:基于 create-react-app

  • "customize-cra": "^1.0.0",
  • "create-react-app": "^3.4.1"

config-overrides.js

使用

yarn add launch-stack
or
npm install launch-stack
const {
  webpackLaunchStack,
  devServerLaunchStack,
} = require('launch-stack')

module.exports = {
  webpack: override(
    webpackLaunchStack()
    //...other options
  ),
  devServer: overrideDevServer(
    devServerLaunchStack()
    //...other options
  ),
}

command + 鼠标点击

fragment 和 <> 不会生效 React.Fragment can only have key and children props

运行机制

image

template

https://github.com/gmkgmk/react-launch-stack/tree/cra-template

FAQs

Package last updated on 05 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts