Updated readme to describe new method of invoking the debug builds. (#117)
This commit is contained in:
parent
dfa4dc13dd
commit
4e7a2d3734
1 changed files with 1 additions and 1 deletions
|
@ -114,4 +114,4 @@ if appErr := p.API.SetProfileImage(userID, profileImage); appErr != nil {
|
|||
```
|
||||
|
||||
### How do I build the plugin with unminified JavaScript?
|
||||
Use `make dist-debug` and `make deploy-debug` in place of `make dist` and `make deploy` to configure webpack to generate unminified Javascript.
|
||||
Setting the `MM_DEBUG` environment variable will invoke the debug builds. The simplist way to do this is to simply include this variable in your calls to `make` (e.g. `make dist MM_DEBUG=1`).
|
||||
|
|
Reference in a new issue