Add debug-dist and debug-deploy build targets (#61)

* Add debug-dist and debug-deploy build targets

* Fix typos in documentation for new targets

Co-Authored-By: Jesse Hallam <jesse.hallam@gmail.com>
This commit is contained in:
Ian Whitlock 2019-08-28 08:53:16 -05:00 committed by Christopher Poile
parent 90c0d4e853
commit 49e8d0b875
3 changed files with 18 additions and 1 deletions

View file

@ -71,3 +71,6 @@ if appErr := p.API.SetProfileImage(userID, profileImage); appErr != nil {
return errors.Wrap(err, "failed to set profile image")
}
```
### How do I build the plugin with unminified JavaScript?
Use `make debug-dist` and `make debug-deploy` in place of `make dist` and `make deploy` to configure webpack to generate unminified Javascript.