Dbux is an Integrated Debugging Environment (IDbE) and Omniscient Debugger that makes JavaScript application's run-time behavior come alive, visible and interactive.
Problem: When developing locally, we want to use dbux dev version outside of the monorepo. Usually this is solved via npm link or yarn link, but those come with loads of problems.
Problem: When developing locally, we want to use
dbux
dev version outside of the monorepo. Usually this is solved vianpm link
oryarn link
, but those come with loads of problems.yalc add --dev @dbux/babel-plugin @dbux/runtime @dbux/cli
How it works:
yarn yalc
npm
in target project! (bugs out withyarn
)yalc add --dev @dbux/babel-plugin @dbux/runtime @dbux/cli @dbux/common @dbux/common-node @dbux/babel-register-fork
rm -rf ./node_modules/.cache/babel-loader