You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I have one webpack.config.js for all repos in root which get references in respective repos wtih -c ../../webpack.config.js, webpack requires to have its packages installed in the root as well. Further, there're more tools I'd like to centralize, e.g. concurrently, so is it good practice to put those into root or how do you deal with this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since I have one
webpack.config.js
for all repos in root which get references in respective repos wtih-c ../../webpack.config.js
, webpack requires to have its packages installed in the root as well. Further, there're more tools I'd like to centralize, e.g.concurrently
, so is it good practice to put those into root or how do you deal with this?Beta Was this translation helpful? Give feedback.
All reactions