next-plugin-transpile-modules
next-plugin-transpile-modules copied to clipboard
Watch option is not working for transpiled modules
webpackDevMiddleware is not watching the changes happened in the separate package. Looking from the code it looks like its supposed to work right?
Update:
watch option is not working when used in yarn workspace, but works with symlinks. This must be because node_modules folder resides outside of the project location.