add emitter, move some collab logic to extension

This commit is contained in:
Philipp Kühn
2019-05-04 00:05:39 +02:00
parent 2475bf6123
commit cd46b163d0
11 changed files with 173 additions and 53 deletions

View File

@@ -4,5 +4,6 @@ module.exports = {
],
plugins: [
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-proposal-class-properties',
],
}