mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
133 stars 121 forks source link

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

Closed gigawhitlocks closed 5 years ago

gigawhitlocks commented 5 years ago

Adds build targets that allow the user to build the template with unminified Javascript to aid in debugging.

After building, we can see the unminified JS in the browser dev-tools: screenshot of unminified plugin source

Resolves https://github.com/mattermost/mattermost-server/issues/11945