1.0.2 • Published 3 years ago

launch-stack v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 + 鼠标点击


运行机制

image

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

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago