@jimengio/dev-switcher

0.2.1-a1 • Public • Published

Dev Apps Switcher

a devtool.

Usage

Add a webpack.dev.js which is:

let path = require("path");

module.exports = {
  resolve: {
    alias: {
      "pages/apps": path.join(__dirname, "ts/pages/dev-apps"),
    },
  },
};

dev-apps.ts is the forked file which is a mirror of app.ts that this tool would modify:

yarn global add @jimengio/dev-switcher

# at the directory where `dev-apps.ts` is located
dev-switcher

Workflow

https://github.com/Cumulo/cumulo-workflow

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @jimengio/dev-switcher

Weekly Downloads

0

Version

0.2.1-a1

License

MIT

Unpacked Size

734 kB

Total Files

8

Last publish

Collaborators

  • imzshh
  • jiyinyiyong
  • rebirth