Closed
Description
opened on Sep 23, 2017
fails on the ssr test in bankai
input:
var html = require('choo/html')
var choo = require('choo')
var app = choo()
app.route('/', function () {
return html`<body>meow</body>`
})
if (module.parent) module.exports = app
else app.mount('body')
this is uglified first among other things, and causes invalid output from common-shakeify
Activity