gdev
gdev copied to clipboard
Run webpack from outside the frontend container
Find a way to run webpack watch from outside the frontend container. Something like:
gdev run frontend "cd {dir_where_the_webpack_config_exists}; ./node_modules/webpack/bin/webpack.js --watch;"