gdev icon indicating copy to clipboard operation
gdev copied to clipboard

Run webpack from outside the frontend container

Open villesiltala opened this issue 9 years ago • 0 comments

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;"

villesiltala avatar Sep 20 '16 12:09 villesiltala