unbreak bundler
This commit is contained in:
parent
8ec3a3f2c5
commit
8c71c39631
4 changed files with 33 additions and 32 deletions
|
|
@ -1,3 +1,3 @@
|
|||
;(function() {
|
||||
window.m = require("./index")
|
||||
})()
|
||||
var m = require("./index")
|
||||
if (typeof module !== "undefined") module["exports"] = m
|
||||
else window.m = m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue