Dev server
In developpment mode, we want :
-
node_modules
is a volume - build is done at start time instead of build time
-
npm
must be accessible in the front server -
src
andpublic
directories arewatched
by webpack
In developpment mode, we want :
node_modules
is a volumenpm
must be accessible in the front serversrc
and public
directories are watched
by webpack