UNPKG

create-chrome-ext

Version:

Scaffolding your chrome extension, multiple boilerplates supported!

6 lines (4 loc) 136 B
import { render } from 'preact' import { Popup } from './Popup' import './index.css' render(<Popup />, document.getElementById('app'))