improve bundler

This commit is contained in:
Leo Horie 2016-07-28 22:35:22 -04:00
parent fbb324e433
commit 640b19228a
8 changed files with 97 additions and 97 deletions

3
browser.js Normal file
View file

@ -0,0 +1,3 @@
;(function() {
window.m = require("./index")
})()