This repository was archived by the owner on Jan 26, 2020. It is now read-only.
v0.7.6
Breaking changes
Before:
const app = new Rogue(App, { bundleUrl })
Now:
const app = new Rogue(App, {
bodyTags: [`<script src="${bundleUrl}" defer></script>`]
})
A bit more code, but gives you more control over the tags added to your html document.