Created by: gaearon
This continues #94 and integrates it into the tool more tightly.
By default, you see this after npm run build
:
However, if you specify homepage
in package.json
, you will see something like this instead:
Maybe we can even detect the host in the future by URL and offer other sequences of commands without necessarily embedding them into the tool. The user can always copy and paste them into a custom script, if they want to. This way it’s super easy to keep deploy customizable without adding flags to the tool.