@jimengio/dev-switcher
v0.2.1-a1
Published
Cumulo Workflow
Downloads
19
Readme
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