add a way to easily package core as a library

This commit is contained in:
Géry Debongnie
2019-03-13 15:26:10 +01:00
parent 929178b5e8
commit 03ffcc02ea
2 changed files with 9 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
export { QWeb } from "./qweb_vdom";
export { EventBus } from "./event_bus";
export { Component } from "./component";