In order to see the changes you've made to the code in the browser, you have to npm run build and restart your npm run start-dev server.
clean-webpack-plugin isn't working.
This causes tons of minified code to pile up in the output directory. This is undesirable because it makes searching within the codebase harder and if using an IDE can fill up ram with a bunch of garbage.
npm run build outputs this message:
clean-webpack-plugin: /Users/bwhite/Projects/storj/bridge-gui/static/dist is outside of the project root. Skipping...
Really inconvenient to render changes
In order to see the changes you've made to the code in the browser, you have to
npm run build
and restart yournpm run start-dev
server.clean-webpack-plugin
isn't working.This causes tons of minified code to pile up in the output directory. This is undesirable because it makes searching within the codebase harder and if using an IDE can fill up ram with a bunch of garbage.
npm run build
outputs this message: