0.0.9
- Fixed a bug where you couldn't declare a component inline without making it a variable on its own
// this used to break
render(html`<h1>Hello World</h1>`)- add new
fenceEndandglobalsEndoptions to vite plugin
// this used to break
render(html`<h1>Hello World</h1>`)fenceEnd and globalsEnd options to vite plugin