0.2.1-a1 • Published 4 years ago

@jimengio/dev-switcher v0.2.1-a1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Dev Apps Switcher

npm.io

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

0.2.1-a1

4 years ago

0.2.0

5 years ago

0.2.0-a2

5 years ago

0.1.5

5 years ago

0.1.5-a1

5 years ago

0.1.4

5 years ago

0.1.4-a1

5 years ago

0.1.3

5 years ago

0.1.3-a1

5 years ago

0.1.2

5 years ago

0.1.2-a1

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.1.0-a1

5 years ago