This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../webapp/src/index.js
İlker Göktuğ Öztürk 8cf303c943 build/manifest: print whole manifest variable as it is (#73)
while generating manifest files for both JS and Go sources.

fixes #72.
2019-12-20 23:01:40 +01:00

10 lines
289 B
JavaScript

import manifest from './manifest';
export default class Plugin {
// eslint-disable-next-line no-unused-vars
initialize(registry, store) {
// @see https://developers.mattermost.com/extend/plugins/webapp/reference/
}
}
window.registerPlugin(manifest.id, new Plugin());